X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Fui%2Findex-help.stderr;h=c8b23d812e1b53bfc7c4845a46346c0ad319bc6e;hb=9e78bc5d4f84ca1558c7d91245d0d537af35295b;hp=669c0837fdabd9ab82f2e383746d239ad8e31fa8;hpb=3d7a04610de0ac95e85eb13f814b45a26458dcae;p=rust.git diff --git a/src/test/ui/index-help.stderr b/src/test/ui/index-help.stderr index 669c0837fda..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`