]> git.lizzy.rs Git - rust.git/blob - tests/ui/no_crate_type.stderr
Rollup merge of #106427 - mejrs:translation_errors, r=davidtwco
[rust.git] / tests / 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