]> git.lizzy.rs Git - rust.git/blob - src/test/ui/crate-name-mismatch.stderr
Rollup merge of #57107 - mjbshaw:thread_local_test, 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:3:1
3    |
4 LL | #![crate_name = "bar"]
5    | ^^^^^^^^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8