]> git.lizzy.rs Git - rust.git/blob - src/test/ui/crate-name-mismatch.stderr
Auto merge of #54720 - davidtwco:issue-51191, r=nikomatsakis
[rust.git] / src / test / ui / crate-name-mismatch.stderr
1 error: --crate-name and #[crate_name] are required to match, but `foo` != `bar`
2   --> $DIR/crate-name-mismatch.rs:13:1
3    |
4 LL | #![crate_name = "bar"]
5    | ^^^^^^^^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8