]> git.lizzy.rs Git - rust.git/blob - src/test/ui/crate-name-mismatch.stderr
Rollup merge of #87343 - steffahn:fix_unsound_zip_optimization_only_regression_fix...
[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