rust/tests/ui/consts/const-eval/ub-nonnull.chalk.64bit.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
388 B
Plaintext
Raw Normal View History

2022-02-09 04:19:31 -06:00
error[E0284]: type annotations needed: cannot satisfy `<usize as SliceIndex<[u8]>>::Output == _`
--> $DIR/ub-nonnull.rs:19:30
|
LL | let out_of_bounds_ptr = &ptr[255];
| ^^^^^^^^ cannot satisfy `<usize as SliceIndex<[u8]>>::Output == _`
2023-11-21 13:26:31 -06:00
error: aborting due to 1 previous error
2022-02-09 04:19:31 -06:00
For more information about this error, try `rustc --explain E0284`.