]> git.proxmox.com Git - rustc.git/blame - src/test/ui/error-codes/E0396-fixed.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / error-codes / E0396-fixed.stderr
CommitLineData
a1dfa0c6 1error: any use of this value will cause an error
532ac7d7 2 --> $DIR/E0396-fixed.rs:5:28
b7449926
XL
3 |
4LL | const VALUE: u8 = unsafe { *REG_ADDR };
532ac7d7 5 | ---------------------------^^^^^^^^^---
b7449926 6 | |
ba9703b0 7 | unable to turn bytes into a pointer
b7449926 8 |
416331ca 9 = note: `#[deny(const_err)]` on by default
b7449926
XL
10
11error: aborting due to previous error
12