You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
353 B
11 lines
353 B
error: expected string literal
|
|
--> $DIR/concat-display.rs:8:17
|
|
|
|
|
8 | #[error(concat!("invalid ", $what))]
|
|
| ^^^^^^
|
|
...
|
|
13 | error_type!(Error, "foo");
|
|
| -------------------------- in this macro invocation
|
|
|
|
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
|