rust/tests/ui/tool-attributes/duplicate-diagnostic.stderr

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

15 lines
392 B
Plaintext
Raw Normal View History

2024-06-21 22:20:45 +00:00
error: duplicate diagnostic item in crate `p2`: `Foo`
|
2024-06-21 22:20:45 +00:00
= note: the diagnostic item is first defined in crate `p1`
2024-06-21 22:20:45 +00:00
error: duplicate diagnostic item in crate `duplicate_diagnostic`: `Foo`
--> $DIR/duplicate-diagnostic.rs:12:1
|
LL | pub struct Foo {}
| ^^^^^^^^^^^^^^
2023-02-26 10:29:25 +00:00
|
2024-06-21 22:20:45 +00:00
= note: the diagnostic item is first defined in crate `p2`
error: aborting due to 2 previous errors