]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/crate-name-mismatch.rs
Rollup merge of #61207 - taiki-e:arbitrary_self_types-lifetime-elision-2, r=Centril
[rust.git] / src / test / ui / crate-name-mismatch.rs
index 49a257f7b87d7c393e6550952fecaa8df46fe403..23ad39a6f92d58578d4e38ddf8398cb828db49cd 100644 (file)
@@ -1,6 +1,6 @@
 // compile-flags: --crate-name foo
 
 #![crate_name = "bar"]
-//~^ ERROR: --crate-name and #[crate_name] are required to match, but `foo` != `bar`
+//~^ ERROR: `--crate-name` and `#[crate_name]` are required to match, but `foo` != `bar`
 
 fn main() {}