2025-05-28 10:29:08 +00:00
|
|
|
error[E0080]: evaluation panicked: explicit panic
|
2025-05-02 20:22:13 +02:00
|
|
|
--> $DIR/def-site-eval.rs:13:20
|
2025-01-28 03:44:03 +01:00
|
|
|
|
|
|
|
|
|
LL | const _<'_a>: () = panic!();
|
2025-06-07 11:32:09 +02:00
|
|
|
| ^^^^^^^^ evaluation of `_` failed here
|
2025-01-28 03:44:03 +01:00
|
|
|
|
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0080`.
|