]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/consts/const-err3.rs
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / consts / const-err3.rs
index 89373f99f75c235ac7017ade4ce3679565d2a0c6..a9cf04cda7a5aed0be90fdfdd085e39b30b7d1f6 100644 (file)
@@ -23,7 +23,6 @@ fn main() {
     //~^ ERROR const_err
     let _e = [5u8][1];
     //~^ ERROR const_err
-    //~| ERROR this expression will panic at runtime
     black_box(a);
     black_box(b);
     black_box(c);