X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Fui%2Findex-help.stderr;h=c8b23d812e1b53bfc7c4845a46346c0ad319bc6e;hb=9e78bc5d4f84ca1558c7d91245d0d537af35295b;hp=ae3cd529ac42e499454f1909ed0fb1c34f79838b;hpb=46d629a1d7e2fea805499ab11b9797340dc8e696;p=rust.git diff --git a/src/test/ui/index-help.stderr b/src/test/ui/index-help.stderr index ae3cd529ac4..c8b23d812e1 100644 --- a/src/test/ui/index-help.stderr +++ b/src/test/ui/index-help.stderr @@ -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`.