]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0396-fixed.stderr
Report const eval error inside the query
[rust.git] / src / test / ui / error-codes / E0396-fixed.stderr
1 error: any use of this value will cause an error
2   --> $DIR/E0396-fixed.rs:15:1
3    |
4 LL | const VALUE: u8 = unsafe { *REG_ADDR };
5    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^---------^^^
6    |                            |
7    |                            a memory access tried to interpret some bytes as a pointer
8    |
9    = note: #[deny(const_err)] on by default
10
11 error: aborting due to previous error
12