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 06:05:20 -05:00
--> $DIR/dangling-alloc-id-ice.rs:8:1
|
2022-02-13 09:27:59 -06:00
LL | const FOO: &() = {
| ^^^^^^^^^^^^^^
2020-11-05 01:54:21 -06:00
error: aborting due to previous error