blob: a2a2e7243588fc56038a166f7dcb2ad97b9f8623 [file] [log] [blame]
error[E0658]: dereferencing raw pointers in constants is unstable (see issue #51911)
--> $DIR/E0396.rs:15:28
|
LL | const VALUE: u8 = unsafe { *REG_ADDR };
| ^^^^^^^^^
|
= help: add #![feature(const_raw_ptr_deref)] to the crate attributes to enable
error: aborting due to previous error
For more information about this error, try `rustc --explain E0658`.