2022-06-27 10:07:19 +09:00
|
|
|
error: argument to `panic!()` in a const context must have type `&str`
|
|
|
|
|
--> $DIR/issue-85907.rs:2:5
|
|
|
|
|
|
|
|
|
|
|
LL | panic!(123);
|
|
|
|
|
| ^^^^^^^^^^^
|
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2022-06-27 10:07:19 +09:00
|
|
|
|