mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-02 03:33:59 +00:00
9 lines
195 B
Plaintext
9 lines
195 B
Plaintext
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
|
|
|