]> git.proxmox.com Git - rustc.git/blame - src/test/ui/no_crate_type.stderr
New upstream version 1.34.2+dfsg1
[rustc.git] / src / test / ui / no_crate_type.stderr
CommitLineData
9fa01778 1error: attribute must be of the form `#[crate_type = "bin|lib|..."]`
0731742a 2 --> $DIR/no_crate_type.rs:2:1
b7449926 3 |
9fa01778 4LL | #![crate_type] //~ ERROR attribute must be of the form
b7449926 5 | ^^^^^^^^^^^^^^
b7449926
XL
6
7error: aborting due to previous error
8