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

9 lines
194 B
Plaintext

error: encountered dangling pointer in final value of constant
--> $DIR/dangling-alloc-id-ice.rs:8:1
|
LL | const FOO: &() = {
| ^^^^^^^^^^^^^^
error: aborting due to 1 previous error