]> git.proxmox.com Git - rustc.git/blame - src/test/ui/borrowck/issue-88434-removal-index-should-be-less.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / borrowck / issue-88434-removal-index-should-be-less.stderr
CommitLineData
c295e0f8 1error[E0080]: evaluation of constant value failed
923072b8 2 --> $DIR/issue-88434-removal-index-should-be-less.rs:11:5
c295e0f8
XL
3 |
4LL | const _CONST: &[u8] = &f(&[], |_| {});
5e7ed085 5 | -------------- inside `_CONST` at $DIR/issue-88434-removal-index-should-be-less.rs:3:24
c295e0f8
XL
6...
7LL | panic!()
8 | ^^^^^^^^
9 | |
923072b8 10 | the evaluated program panicked at 'explicit panic', $DIR/issue-88434-removal-index-should-be-less.rs:11:5
5e7ed085 11 | inside `f::<[closure@$DIR/issue-88434-removal-index-should-be-less.rs:3:31: 3:37]>` at $SRC_DIR/std/src/panic.rs:LL:COL
c295e0f8
XL
12 |
13 = note: this error originates in the macro `$crate::panic::panic_2015` (in Nightly builds, run with -Z macro-backtrace for more info)
14
923072b8
FG
15error: any use of this value will cause an error
16 --> $DIR/issue-88434-removal-index-should-be-less.rs:3:23
17 |
18LL | const _CONST: &[u8] = &f(&[], |_| {});
19 | ----------------------^^^^^^^^^^^^^^^-
20 | |
21 | referenced constant has errors
22 |
23 = note: `#[deny(const_err)]` on by default
24 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
25 = note: for more information, see issue #71800 <https://github.com/rust-lang/rust/issues/71800>
26
27error: aborting due to 2 previous errors
c295e0f8
XL
28
29For more information about this error, try `rustc --explain E0080`.