blob: 96618570d8fb66291325b6c63a60f1a168ed2785 [file] [log] [blame]
error: `--crate-name` and `#[crate_name]` are required to match, but `foo` != `bar`
--> $DIR/crate-name-mismatch.rs:3:1
|
LL | #![crate_name = "bar"]
| ^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error