rust/tests/rustdoc-ui/intra-doc/warning.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

173 lines
5.1 KiB
Plaintext
Raw Normal View History

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