| error: malformed `crate_type` attribute input | |
| --> $DIR/crate-type-macro-call.rs:1:1 | |
| | | |
| LL | #![crate_type = foo!()] | |
| | ^^^^^^^^^^^^^^^^^^^^^^^ | |
| | | |
| = note: for more information, visit <https://doc.rust-lang.org/reference/linkage.html> | |
| error: aborting due to 1 previous error | |