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

error: aborting due to previous error