]> git.lizzy.rs Git - rust.git/blob - src/test/ui/consts/const-prop-read-static-in-const.stderr
Auto merge of #64546 - weiznich:bugfix/rfc-2451-rerebalance-tests, r=nikomatsakis
[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