]> git.lizzy.rs Git - rust.git/blob - tests/ui/crate-name-mismatch.stderr
Rollup merge of #107234 - Rattenkrieg:bootstrap-fix-is_ci_llvm_available, r=albertlar...
[rust.git] / tests / 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