rust/tests/ui/crate-name-mismatch.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
225 B
Plaintext
Raw Normal View History

error: `--crate-name` and `#[crate_name]` are required to match, but `foo` != `bar`
2018-12-25 23:56:47 +08:00
--> $DIR/crate-name-mismatch.rs:3:1
2018-08-08 20:28:26 +08:00
|
LL | #![crate_name = "bar"]
| ^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error
2018-08-08 20:28:26 +08:00