rust/tests/ui/consts/dangling-alloc-id-ice.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
194 B
Plaintext
Raw Normal View History

error: encountered dangling pointer in final value of constant
2022-09-21 11:05:20 +00:00
--> $DIR/dangling-alloc-id-ice.rs:8:1
|
2022-02-13 15:27:59 +00:00
LL | const FOO: &() = {
| ^^^^^^^^^^^^^^
error: aborting due to 1 previous error