]> git.proxmox.com Git - rustc.git/blame - src/test/ui/consts/control-flow/assert.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / consts / control-flow / assert.stderr
CommitLineData
136023e0 1error[E0080]: evaluation of constant value failed
c295e0f8 2 --> $DIR/assert.rs:5:15
60c5eb7d
XL
3 |
4LL | const _: () = assert!(false);
c295e0f8 5 | ^^^^^^^^^^^^^^ the evaluated program panicked at 'assertion failed: false', $DIR/assert.rs:5:15
60c5eb7d 6 |
17df50a5 7 = note: this error originates in the macro `assert` (in Nightly builds, run with -Z macro-backtrace for more info)
60c5eb7d 8
f035d41b 9error: aborting due to previous error
60c5eb7d 10
17df50a5 11For more information about this error, try `rustc --explain E0080`.