1
Fork 0

Fix uitests

This commit is contained in:
Manish Goregaokar 2020-07-30 10:40:17 -07:00
parent e25a67fa6c
commit c17eb566c2
5 changed files with 5 additions and 5 deletions

View file

@ -8,7 +8,7 @@ note: the lint level is defined here
--> $DIR/deny-intra-link-resolution-failure.rs:1:9 --> $DIR/deny-intra-link-resolution-failure.rs:1:9
| |
LL | #![deny(broken_intra_doc_links)] LL | #![deny(broken_intra_doc_links)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ^^^^^^^^^^^^^^^^^^^^^^
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
error: aborting due to previous error error: aborting due to previous error

View file

@ -8,7 +8,7 @@ note: the lint level is defined here
--> $DIR/intra-doc-alias-ice.rs:1:9 --> $DIR/intra-doc-alias-ice.rs:1:9
| |
LL | #![deny(broken_intra_doc_links)] LL | #![deny(broken_intra_doc_links)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ^^^^^^^^^^^^^^^^^^^^^^
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
error: aborting due to previous error error: aborting due to previous error

View file

@ -8,7 +8,7 @@ note: the lint level is defined here
--> $DIR/intra-link-span-ice-55723.rs:1:9 --> $DIR/intra-link-span-ice-55723.rs:1:9
| |
LL | #![deny(broken_intra_doc_links)] LL | #![deny(broken_intra_doc_links)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ^^^^^^^^^^^^^^^^^^^^^^
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
error: aborting due to previous error error: aborting due to previous error

View file

@ -8,7 +8,7 @@ note: the lint level is defined here
--> $DIR/intra-links-ambiguity.rs:1:9 --> $DIR/intra-links-ambiguity.rs:1:9
| |
LL | #![deny(broken_intra_doc_links)] LL | #![deny(broken_intra_doc_links)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ^^^^^^^^^^^^^^^^^^^^^^
help: to link to the struct, prefix with the item type help: to link to the struct, prefix with the item type
| |
LL | /// [`struct@ambiguous`] is ambiguous. LL | /// [`struct@ambiguous`] is ambiguous.

View file

@ -8,7 +8,7 @@ note: the lint level is defined here
--> $DIR/intra-links-anchors.rs:1:9 --> $DIR/intra-links-anchors.rs:1:9
| |
LL | #![deny(broken_intra_doc_links)] LL | #![deny(broken_intra_doc_links)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ^^^^^^^^^^^^^^^^^^^^^^
error: `hello#people#!` contains multiple anchors error: `hello#people#!` contains multiple anchors
--> $DIR/intra-links-anchors.rs:31:28 --> $DIR/intra-links-anchors.rs:31:28