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