]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/invalid_crate_type_syntax.rs
Auto merge of #75936 - sdroege:chunks-exact-construction-bounds-check, r=nagisa
[rust.git] / src / test / ui / invalid_crate_type_syntax.rs
index 8157ccdcbf0b95e87c8ee1a6d53b5a9e640a16ed..621587af35ed702a6698889ea551854fcce3e79f 100644 (file)
@@ -1,5 +1,5 @@
 // regression test for issue 16974
-#![crate_type(lib)]  //~ ERROR attribute must be of the form
+#![crate_type(lib)]  //~ ERROR malformed `crate_type` attribute input
 
 fn my_lib_fn() {}