
For macros that are implemented on the compiler, we do *not* mention the `-Zmacro-backtrace` flag. This includes `derive`s and standard macros.
8 lines
191 B
Text
8 lines
191 B
Text
error: argument to `panic!()` in a const context must have type `&str`
|
|
--> $DIR/issue-85907.rs:2:5
|
|
|
|
|
LL | panic!(123);
|
|
| ^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|