mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Bless rustdoc-ui test with new errors order
The order in which the multiple errors for the ambiguous intra doc links are printed is different.
This commit is contained in:
parent
dc04b085f4
commit
4e235a7fa9
@ -33,21 +33,6 @@ help: to link to the associated type, prefix with `type@`
|
||||
LL | /// [`type@Self::IDENT2`]
|
||||
| +++++
|
||||
|
||||
error: `Self::IDENT2` is both an associated constant and an associated type
|
||||
--> $DIR/issue-108653-associated-items.rs:30:7
|
||||
|
|
||||
LL | /// [`Self::IDENT2`]
|
||||
| ^^^^^^^^^^^^ ambiguous link
|
||||
|
|
||||
help: to link to the associated constant, prefix with `const@`
|
||||
|
|
||||
LL | /// [`const@Self::IDENT2`]
|
||||
| ++++++
|
||||
help: to link to the associated type, prefix with `type@`
|
||||
|
|
||||
LL | /// [`type@Self::IDENT2`]
|
||||
| +++++
|
||||
|
||||
error: `Self::IDENT` is both an associated function and a variant
|
||||
--> $DIR/issue-108653-associated-items.rs:16:7
|
||||
|
|
||||
@ -63,5 +48,20 @@ help: to link to the variant, prefix with `type@`
|
||||
LL | /// [`type@Self::IDENT`]
|
||||
| +++++
|
||||
|
||||
error: `Self::IDENT2` is both an associated constant and an associated type
|
||||
--> $DIR/issue-108653-associated-items.rs:30:7
|
||||
|
|
||||
LL | /// [`Self::IDENT2`]
|
||||
| ^^^^^^^^^^^^ ambiguous link
|
||||
|
|
||||
help: to link to the associated constant, prefix with `const@`
|
||||
|
|
||||
LL | /// [`const@Self::IDENT2`]
|
||||
| ++++++
|
||||
help: to link to the associated type, prefix with `type@`
|
||||
|
|
||||
LL | /// [`type@Self::IDENT2`]
|
||||
| +++++
|
||||
|
||||
error: aborting due to 4 previous errors
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user