mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 15:32:06 +00:00
12 lines
352 B
Plaintext
12 lines
352 B
Plaintext
error: diagnostic slug and crate name do not match
|
|
--> $DIR/enforce_slug_naming.rs:22:8
|
|
|
|
|
LL | #[diag(compiletest_example, code = "E0123")]
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
= note: slug is `compiletest_example` but the crate name is `rustc_dummy`
|
|
= help: expected a slug starting with `dummy_...`
|
|
|
|
error: aborting due to previous error
|
|
|