blob: 8b8d375250d2129a80cfebaedfad0658ee5c82d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
error[E0080]: evaluation panicked: explicit panic
--> $DIR/interpret-in-static.rs:8:19
|
LL | const C: () = panic!();
| ^^^^^^^^ evaluation of `Fail::<i32>::C` failed here
note: erroneous constant encountered
--> $DIR/interpret-in-static.rs:17:9
|
LL | Fail::<i32>::C;
| ^^^^^^^^^^^^^^
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0080`.
|