]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-14227.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / issues / issue-14227.stderr
CommitLineData
60c5eb7d
XL
1error[E0133]: use of extern static is unsafe and requires unsafe function or block
2 --> $DIR/issue-14227.rs:4:21
8faf50e0 3 |
0bf4aa26 4LL | static CRASH: u32 = symbol;
60c5eb7d
XL
5 | ^^^^^^ use of extern static
6 |
7 = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior
8faf50e0
XL
8
9error: aborting due to previous error
10
60c5eb7d 11For more information about this error, try `rustc --explain E0133`.