mirror of
https://github.com/rust-lang/rust
synced 2024-11-05 20:45:15 +00:00
8 lines
195 B
Text
8 lines
195 B
Text
error: encountered dangling pointer in final value of constant
|
|
--> $DIR/dangling-alloc-id-ice.rs:12:1
|
|
|
|
|
LL | const FOO: &() = {
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|