blob: c7c52a2923a5998790dae92c9cd5dfedcbe8c25f [file] [log] [blame]
error: cannot find attribute macro `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