blob: bdddbd68cdaf2220266f3e203ac66d55d6297c66 [file] [log] [blame] [edit]
error: cannot find attribute `unknown` in this scope
--> $DIR/cfg-attr-unknown-attribute-macro-expansion.rs:3:26
|
LL | #[cfg_attr(true, unknown)]
| ^^^^^^^
...
LL | foo!();
| ------ in this macro invocation
|
= note: this error originates in the macro `foo` (in Nightly builds, run with -Z macro-backtrace for more info)
error: aborting due to 1 previous error