mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 00:34:06 +00:00
9 lines
203 B
Plaintext
9 lines
203 B
Plaintext
error: encountered dangling pointer in final value of constant
|
|
--> $DIR/dangling_raw_ptr.rs:1:1
|
|
|
|
|
LL | const FOO: *const u32 = {
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|