]> 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 ae3cd529ac42e499454f1909ed0fb1c34f79838b..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`
@@ -9,4 +9,4 @@ LL |     x[0i32]; //~ ERROR E0277
 
 error: aborting due to previous error
 
-If you want more information on this error, try using "rustc --explain E0277"
+For more information about this error, try `rustc --explain E0277`.