]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/index-help.stderr
Rollup merge of #56594 - sdroege:c_void-is-not-never, r=TimNN
[rust.git] / src / test / ui / index-help.stderr
index 669c0837fdabd9ab82f2e383746d239ad8e31fa8..c8b23d812e1b53bfc7c4845a46346c0ad319bc6e 100644 (file)
@@ -1,5 +1,5 @@
 error[E0277]: the trait bound `i32: std::slice::SliceIndex<[{integer}]>` is not satisfied
-  --> $DIR/index-help.rs:13:5
+  --> $DIR/index-help.rs:3:5
    |
 LL |     x[0i32]; //~ ERROR E0277
    |     ^^^^^^^ slice indices are of type `usize` or ranges of `usize`