]> git.lizzy.rs Git - rust.git/blob - src/test/ui/no_crate_type.stderr
Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyup
[rust.git] / src / test / ui / no_crate_type.stderr
1 error: malformed `crate_type` attribute input
2   --> $DIR/no_crate_type.rs:2:1
3    |
4 LL | #![crate_type]
5    | ^^^^^^^^^^^^^^ help: must be of the form: `#![crate_type = "bin|lib|..."]`
6
7 error: aborting due to previous error
8