]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/no_crate_type.stderr
Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyup
[rust.git] / src / test / ui / no_crate_type.stderr
index f34df4e2dd143f66758a82124e847f2bc6f3623c..93da7c3e0ddd65ca368fa9a4c65cd88ffaff5bca 100644 (file)
@@ -2,7 +2,7 @@ error: malformed `crate_type` attribute input
   --> $DIR/no_crate_type.rs:2:1
    |
 LL | #![crate_type]
-   | ^^^^^^^^^^^^^^ help: must be of the form: `#[crate_type = "bin|lib|..."]`
+   | ^^^^^^^^^^^^^^ help: must be of the form: `#![crate_type = "bin|lib|..."]`
 
 error: aborting due to previous error