]> git.proxmox.com Git - rustc.git/blame - src/test/ui/borrowck/issue-88434-removal-index-should-be-less.stderr
New upstream version 1.66.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
2b03887a 2 --> $DIR/issue-88434-removal-index-should-be-less.rs:10: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 | |
2b03887a 10 | the evaluated program panicked at 'explicit panic', $DIR/issue-88434-removal-index-should-be-less.rs:10:5
064997fb 11 | inside `f::<[closure@$DIR/issue-88434-removal-index-should-be-less.rs:3:31: 3:34]>` at $SRC_DIR/std/src/panic.rs:LL:COL
c295e0f8 12 |
064997fb 13 = note: this error originates in the macro `$crate::panic::panic_2015` which comes from the expansion of the macro `panic` (in Nightly builds, run with -Z macro-backtrace for more info)
c295e0f8 14
2b03887a 15error[E0080]: evaluation of constant value failed
923072b8
FG
16 --> $DIR/issue-88434-removal-index-should-be-less.rs:3:23
17 |
18LL | const _CONST: &[u8] = &f(&[], |_| {});
2b03887a 19 | ^^^^^^^^^^^^^^^ referenced constant has errors
923072b8
FG
20
21error: aborting due to 2 previous errors
c295e0f8
XL
22
23For more information about this error, try `rustc --explain E0080`.