summary refs log tree commit diff
path: root/src/test/ui/consts/const-eval/pub_const_err.stderr
blob: 2194180c2efdf03ddb3f18a69921db7325d6b238 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
warning: any use of this value will cause an error
  --> $DIR/pub_const_err.rs:16:1
   |
LL | pub const Z: u32 = 0 - 1;
   | ^^^^^^^^^^^^^^^^^^^-----^
   |                    |
   |                    attempt to subtract with overflow
   |
note: lint level defined here
  --> $DIR/pub_const_err.rs:12:9
   |
LL | #![warn(const_err)]
   |         ^^^^^^^^^