summaryrefslogtreecommitdiffstats
path: root/src/test/ui/invalid/invalid-crate-type-macro.stderr
blob: c196d4278a277896a08078e050464aae918a6eb5 (plain)
1
2
3
4
5
6
7
8
error: malformed `crate_type` attribute input
  --> $DIR/invalid-crate-type-macro.rs:1:1
   |
LL | #![crate_type = foo!()]
   | ^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#![crate_type = "bin|lib|..."]`

error: aborting due to previous error