]> git.lizzy.rs Git - rust.git/blob - tests/ui/consts/issue-76064.stderr
Auto merge of #106711 - albertlarsan68:use-ci-llvm-when-lld, r=jyn514
[rust.git] / tests / ui / consts / issue-76064.stderr
1 error[E0080]: evaluation of constant value failed
2   --> $DIR/issue-76064.rs:1:17
3    |
4 LL | struct Bug([u8; panic!("panic")]);
5    |                 ^^^^^^^^^^^^^^^ the evaluated program panicked at 'panic', $DIR/issue-76064.rs:1:17
6    |
7    = 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)
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0080`.