]> git.lizzy.rs Git - rust.git/blob - src/test/ui/consts/const-prop-read-static-in-const.stderr
Rollup merge of #64603 - gilescope:unused-lifetime-warning, r=matthewjasper
[rust.git] / src / test / ui / consts / const-prop-read-static-in-const.stderr
1 warning: skipping const checks
2   --> $DIR/const-prop-read-static-in-const.rs:6:18
3    |
4 LL | const TEST: u8 = MY_STATIC;
5    |                  ^^^^^^^^^
6