]> git.proxmox.com Git - rustc.git/blob - tests/ui-fulldeps/session-diagnostic/enforce_slug_naming.stderr
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / ui-fulldeps / session-diagnostic / enforce_slug_naming.stderr
1 error: diagnostic slug and crate name do not match
2 --> $DIR/enforce_slug_naming.rs:22:8
3 |
4 LL | #[diag(compiletest_example, code = "E0123")]
5 | ^^^^^^^^^^^^^^^^^^^
6 |
7 = note: slug is `compiletest_example` but the crate name is `rustc_dummy`
8 = help: expected a slug starting with `dummy_...`
9
10 error: aborting due to previous error
11