We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a725a15 commit 15f159aCopy full SHA for 15f159a
src/test/compile-fail/consts/const-err3.rs
@@ -14,7 +14,6 @@ fn main() {
14
//~^ ERROR const_err
15
let _e = [5u8][1];
16
17
- //~| ERROR this expression will panic at runtime
18
black_box(b);
19
black_box(c);
20
black_box(d);
0 commit comments