mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
10 lines
376 B
Plaintext
10 lines
376 B
Plaintext
error[E0080]: evaluation of constant value failed
|
|
--> $DIR/E0396-fixed.rs:5:28
|
|
|
|
|
LL | const VALUE: u8 = unsafe { *REG_ADDR };
|
|
| ^^^^^^^^^ dereferencing pointer failed: 0x5f3759df[noalloc] is a dangling pointer (it has no provenance)
|
|
|
|
error: aborting due to previous error
|
|
|
|
For more information about this error, try `rustc --explain E0080`.
|