We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16fe8cc commit cac07ebCopy full SHA for cac07eb
src/test/ui/consts/const-err.rs
@@ -13,4 +13,5 @@ const FOO: u8 = [5u8][1];
13
fn main() {
14
black_box((FOO, FOO));
15
//~^ ERROR erroneous constant used
16
+ //~| ERROR erroneous constant
17
}
0 commit comments