about summary refs log tree commit diff
path: root/tests/ui/consts/const-eval/unwind-abort.stderr
blob: cccfe569acb231108324845287c4cab483816bf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
error[E0080]: evaluation panicked: explicit panic
  --> $DIR/unwind-abort.rs:7:15
   |
LL | const _: () = foo();
   |               ^^^^^ evaluation of `_` failed inside this call
   |
note: inside `foo`
  --> $DIR/unwind-abort.rs:4:5
   |
LL |     panic!()
   |     ^^^^^^^^ the failure occurred here

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0080`.