rust/src/test/rustdoc-ui/intra-links-warning.stderr

182 lines
5.5 KiB
Plaintext
Raw Normal View History

warning: unresolved link to `Foo::baz`
2018-12-25 09:56:47 -06:00
--> $DIR/intra-links-warning.rs:3:23
|
2018-09-19 18:39:39 -05:00
LL | //! Test with [Foo::baz], [Bar::foo], ...
| ^^^^^^^^ unresolved link
2018-06-09 10:20:58 -05:00
|
= note: `#[warn(intra_doc_resolution_failures)]` on by default
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
warning: unresolved link to `Bar::foo`
2018-12-25 09:56:47 -06:00
--> $DIR/intra-links-warning.rs:3:35
|
2018-09-19 18:39:39 -05:00
LL | //! Test with [Foo::baz], [Bar::foo], ...
| ^^^^^^^^ unresolved link
2018-06-09 10:30:22 -05:00
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
2018-04-01 14:06:35 -05:00
warning: unresolved link to `Uniooon::X`
--> $DIR/intra-links-warning.rs:6:13
|
2018-09-19 18:39:39 -05:00
LL | //! , [Uniooon::X] and [Qux::Z].
| ^^^^^^^^^^ unresolved link
2018-06-09 10:30:22 -05:00
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
warning: unresolved link to `Qux::Z`
--> $DIR/intra-links-warning.rs:6:30
|
2018-09-19 18:39:39 -05:00
LL | //! , [Uniooon::X] and [Qux::Z].
| ^^^^^^ unresolved link
2018-06-09 10:30:22 -05:00
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
2018-04-01 14:06:35 -05:00
warning: unresolved link to `Uniooon::X`
--> $DIR/intra-links-warning.rs:10:14
|
2018-09-19 18:39:39 -05:00
LL | //! , [Uniooon::X] and [Qux::Z].
| ^^^^^^^^^^ unresolved link
2018-06-09 10:30:22 -05:00
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
warning: unresolved link to `Qux::Z`
--> $DIR/intra-links-warning.rs:10:31
|
2018-09-19 18:39:39 -05:00
LL | //! , [Uniooon::X] and [Qux::Z].
| ^^^^^^ unresolved link
2018-06-09 10:30:22 -05:00
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
warning: unresolved link to `Qux:Y`
--> $DIR/intra-links-warning.rs:14:13
|
2018-09-19 18:39:39 -05:00
LL | /// [Qux:Y]
| ^^^^^ unresolved link
2018-06-09 10:30:22 -05:00
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
2018-04-01 14:06:35 -05:00
warning: unresolved link to `error`
--> $DIR/intra-links-warning.rs:58:30
|
LL | * time to introduce a link [error]*/
| ^^^^^ unresolved link
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
warning: unresolved link to `error`
--> $DIR/intra-links-warning.rs:64:30
|
LL | * time to introduce a link [error]
| ^^^^^ unresolved link
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
warning: unresolved link to `error`
--> $DIR/intra-links-warning.rs:68:1
|
LL | #[doc = "single line [error]"]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: the link appears in this line:
single line [error]
^^^^^
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
warning: unresolved link to `error`
--> $DIR/intra-links-warning.rs:71:1
|
LL | #[doc = "single line with \"escaping\" [error]"]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: the link appears in this line:
single line with "escaping" [error]
^^^^^
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
warning: unresolved link to `error`
--> $DIR/intra-links-warning.rs:74:1
|
LL | / /// Item docs.
LL | | #[doc="Hello there!"]
LL | | /// [error]
| |___________^
|
= note: the link appears in this line:
[error]
^^^^^
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
warning: unresolved link to `error1`
--> $DIR/intra-links-warning.rs:80:11
|
LL | /// docs [error1]
| ^^^^^^ unresolved link
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
warning: unresolved link to `error2`
--> $DIR/intra-links-warning.rs:82:11
|
LL | /// docs [error2]
| ^^^^^^ unresolved link
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
warning: unresolved link to `BarA`
--> $DIR/intra-links-warning.rs:21:10
|
2018-09-19 18:39:39 -05:00
LL | /// bar [BarA] bar
| ^^^^ unresolved link
2018-06-09 10:30:22 -05:00
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
warning: unresolved link to `BarB`
--> $DIR/intra-links-warning.rs:27:9
|
LL | * bar [BarB] bar
| ^^^^ unresolved link
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
warning: unresolved link to `BarC`
--> $DIR/intra-links-warning.rs:34:6
|
LL | bar [BarC] bar
| ^^^^ unresolved link
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
warning: unresolved link to `BarD`
--> $DIR/intra-links-warning.rs:45:1
|
LL | #[doc = "Foo\nbar [BarD] bar\nbaz"]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: the link appears in this line:
bar [BarD] bar
^^^^
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
warning: unresolved link to `BarF`
--> $DIR/intra-links-warning.rs:50:9
|
2018-09-19 18:39:39 -05:00
LL | #[doc = $f]
| ^^^^^^^^^^^
...
LL | f!("Foo\nbar [BarF] bar\nbaz");
| ------------------------------- in this macro invocation
|
= note: the link appears in this line:
bar [BarF] bar
^^^^
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
= note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
warning: 19 warnings emitted