blob: ef434ec82610ecfc2d93ac502be70cb0e098455b [file] [log] [blame]
error: cannot find attribute `unknown` in this scope
--> $DIR/cfg-attr-unknown-attribute-macro-expansion.rs:3:27
|
LL | #[cfg_attr(all(), unknown)]
| ^^^^^^^
...
LL | foo!();
| ------- in this macro invocation
error: aborting due to previous error