]> git.proxmox.com Git - rustc.git/blob - src/test/ui/consts/const-eval/pub_const_err_bin.stderr
New upstream version 1.33.0+dfsg1
[rustc.git] / src / test / ui / consts / const-eval / pub_const_err_bin.stderr
1 warning: any use of this value will cause an error
2 --> $DIR/pub_const_err_bin.rs:4:1
3 |
4 LL | pub const Z: u32 = 0 - 1;
5 | ^^^^^^^^^^^^^^^^^^^-----^
6 | |
7 | attempt to subtract with overflow
8 |
9 note: lint level defined here
10 --> $DIR/pub_const_err_bin.rs:2:9
11 |
12 LL | #![warn(const_err)]
13 | ^^^^^^^^^
14