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

error: aborting due to previous error