]> git.lizzy.rs Git - rust.git/blob - src/test/ui/invalid/invalid-crate-type-macro.stderr
Rollup merge of #84083 - ltratt:threadid_doc_tweak, r=dtolnay
[rust.git] / src / test / ui / invalid / invalid-crate-type-macro.stderr
1 error: malformed `crate_type` attribute input
2   --> $DIR/invalid-crate-type-macro.rs:1:1
3    |
4 LL | #![crate_type = foo!()]
5    | ^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#![crate_type = "bin|lib|..."]`
6
7 error: aborting due to previous error
8