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
183 B
Plaintext
Raw Normal View History

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