]> git.lizzy.rs Git - rust.git/blob - src/test/ui/crate-name-mismatch.stderr
Sync rust-lang/portable-simd@5f49d4c8435a25d804b2f375e949cb25479f5be9
[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