-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
20dc0c5
commit 9332167
Showing
6 changed files
with
48 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
src/test/rustdoc-ui/deny-intra-link-resolution-failure.stderr
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
error: `[v2]` cannot be resolved, ignoring it... | ||
--> $DIR/deny-intra-link-resolution-failure.rs:13:6 | ||
| | ||
13 | /// [v2] //~ ERROR | ||
LL | /// [v2] //~ ERROR | ||
| ^^ cannot be resolved, ignoring | ||
| | ||
note: lint level defined here | ||
--> $DIR/deny-intra-link-resolution-failure.rs:11:9 | ||
| | ||
11 | #![deny(intra_doc_link_resolution_failure)] | ||
LL | #![deny(intra_doc_link_resolution_failure)] | ||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
warning: the `#![doc(no_default_passes)]` attribute is considered deprecated | ||
| | ||
= warning: please see https://github.com/rust-lang/rust/issues/44136 | ||
= help: you may want to use `#![doc(document_private_items)]` | ||
| | ||
= warning: please see https://github.com/rust-lang/rust/issues/44136 | ||
= help: you may want to use `#![doc(document_private_items)]` | ||
|
||
warning: the `#![doc(passes = "...")]` attribute is considered deprecated | ||
| | ||
= warning: please see https://github.com/rust-lang/rust/issues/44136 | ||
| | ||
= warning: please see https://github.com/rust-lang/rust/issues/44136 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
error: `[TypeAlias::hoge]` cannot be resolved, ignoring it... | ||
--> $DIR/intra-doc-alias-ice.rs:15:30 | ||
| | ||
15 | /// [broken cross-reference](TypeAlias::hoge) //~ ERROR | ||
LL | /// [broken cross-reference](TypeAlias::hoge) //~ ERROR | ||
| ^^^^^^^^^^^^^^^ cannot be resolved, ignoring | ||
| | ||
note: lint level defined here | ||
--> $DIR/intra-doc-alias-ice.rs:11:9 | ||
| | ||
11 | #![deny(intra_doc_link_resolution_failure)] | ||
LL | #![deny(intra_doc_link_resolution_failure)] | ||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters