]> git.lizzy.rs Git - rust.git/blob - src/test/ui/consts/const-eval/ub-nonnull.chalk.64bit.stderr
Rollup merge of #93613 - crlf0710:rename_to_async_iter, r=yaahc
[rust.git] / src / test / ui / consts / const-eval / ub-nonnull.chalk.64bit.stderr
1 error[E0284]: type annotations needed: cannot satisfy `<usize as SliceIndex<[u8]>>::Output == _`
2   --> $DIR/ub-nonnull.rs:19:30
3    |
4 LL |     let out_of_bounds_ptr = &ptr[255];
5    |                              ^^^^^^^^ cannot satisfy `<usize as SliceIndex<[u8]>>::Output == _`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0284`.