2021-07-14 02:57:54 -05:00
|
|
|
error[E0080]: evaluation of constant value failed
|
2019-03-10 19:28:52 -05:00
|
|
|
--> $DIR/E0396-fixed.rs:5:28
|
2018-07-02 12:00:07 -05:00
|
|
|
|
|
|
|
|
LL | const VALUE: u8 = unsafe { *REG_ADDR };
|
2022-07-03 14:46:22 -05:00
|
|
|
| ^^^^^^^^^ dereferencing pointer failed: 0x5f3759df[noalloc] is a dangling pointer (it has no provenance)
|
2018-07-02 12:00:07 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2021-07-14 02:57:54 -05:00
|
|
|
For more information about this error, try `rustc --explain E0080`.
|