]> git.lizzy.rs Git - rust.git/blob - src/test/ui/invalid_crate_type_syntax.stderr
Rollup merge of #57132 - daxpedda:master, r=steveklabnik
[rust.git] / src / test / ui / invalid_crate_type_syntax.stderr
1 error: attribute must be of the form `#[crate_type = "bin|lib|..."]`
2   --> $DIR/invalid_crate_type_syntax.rs:2:1
3    |
4 LL | #![crate_type(lib)]  //~ ERROR attribute must be of the form
5    | ^^^^^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8