]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/index-help.stderr
New upstream version 1.34.2+dfsg1
[rustc.git] / src / test / ui / index-help.stderr
index c8b23d812e1b53bfc7c4845a46346c0ad319bc6e..4c585a958c14bcd0955d6cdda49e01993dba70a5 100644 (file)
@@ -1,4 +1,4 @@
-error[E0277]: the trait bound `i32: std::slice::SliceIndex<[{integer}]>` is not satisfied
+error[E0277]: the type `[{integer}]` cannot be indexed by `i32`
   --> $DIR/index-help.rs:3:5
    |
 LL |     x[0i32]; //~ ERROR E0277