]> git.proxmox.com Git - rustc.git/blob - src/test/ui/consts/const-eval/ub-nonnull.chalk.64bit.stderr
Merge branch 'mr/1.60.0' into 'debian/experimental'
[rustc.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`.