2018-06-06 02:30:25 -05:00
|
|
|
warning: `[Foo::baz]` cannot be resolved, ignoring it...
|
|
|
|
--> $DIR/intra-links-warning.rs:13:23
|
2018-05-27 12:46:59 -05:00
|
|
|
|
|
2018-09-19 18:39:39 -05:00
|
|
|
LL | //! Test with [Foo::baz], [Bar::foo], ...
|
2018-06-06 02:30:25 -05:00
|
|
|
| ^^^^^^^^ cannot be resolved, ignoring
|
2018-06-09 10:20:58 -05:00
|
|
|
|
|
2018-06-13 14:17:15 -05:00
|
|
|
= note: #[warn(intra_doc_link_resolution_failure)] on by default
|
2018-06-09 14:07:09 -05:00
|
|
|
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
|
2018-06-06 02:30:25 -05:00
|
|
|
|
|
|
|
warning: `[Bar::foo]` cannot be resolved, ignoring it...
|
|
|
|
--> $DIR/intra-links-warning.rs:13:35
|
2018-06-03 05:22:24 -05:00
|
|
|
|
|
2018-09-19 18:39:39 -05:00
|
|
|
LL | //! Test with [Foo::baz], [Bar::foo], ...
|
2018-06-06 02:30:25 -05:00
|
|
|
| ^^^^^^^^ cannot be resolved, ignoring
|
2018-06-09 10:30:22 -05:00
|
|
|
|
|
2018-06-09 14:07:09 -05:00
|
|
|
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
|
2018-04-01 14:06:35 -05:00
|
|
|
|
2018-06-06 02:30:25 -05:00
|
|
|
warning: `[Uniooon::X]` cannot be resolved, ignoring it...
|
2018-06-06 11:14:09 -05:00
|
|
|
--> $DIR/intra-links-warning.rs:14:13
|
2018-05-27 12:46:59 -05:00
|
|
|
|
|
2018-09-19 18:39:39 -05:00
|
|
|
LL | //! , [Uniooon::X] and [Qux::Z].
|
2018-06-06 11:14:09 -05:00
|
|
|
| ^^^^^^^^^^ cannot be resolved, ignoring
|
2018-06-09 10:30:22 -05:00
|
|
|
|
|
2018-06-09 14:07:09 -05:00
|
|
|
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
|
2018-06-06 02:30:25 -05:00
|
|
|
|
|
|
|
warning: `[Qux::Z]` cannot be resolved, ignoring it...
|
2018-06-06 11:14:09 -05:00
|
|
|
--> $DIR/intra-links-warning.rs:14:30
|
2018-06-03 05:22:24 -05:00
|
|
|
|
|
2018-09-19 18:39:39 -05:00
|
|
|
LL | //! , [Uniooon::X] and [Qux::Z].
|
2018-06-06 11:14:09 -05:00
|
|
|
| ^^^^^^ cannot be resolved, ignoring
|
2018-06-09 10:30:22 -05:00
|
|
|
|
|
2018-06-09 14:07:09 -05:00
|
|
|
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
|
2018-04-01 14:06:35 -05:00
|
|
|
|
2018-06-06 02:30:25 -05:00
|
|
|
warning: `[Uniooon::X]` cannot be resolved, ignoring it...
|
2018-06-06 11:14:09 -05:00
|
|
|
--> $DIR/intra-links-warning.rs:16:14
|
2018-05-27 12:46:59 -05:00
|
|
|
|
|
2018-09-19 18:39:39 -05:00
|
|
|
LL | //! , [Uniooon::X] and [Qux::Z].
|
2018-06-06 11:14:09 -05:00
|
|
|
| ^^^^^^^^^^ cannot be resolved, ignoring
|
2018-06-09 10:30:22 -05:00
|
|
|
|
|
2018-06-09 14:07:09 -05:00
|
|
|
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
|
2018-06-06 02:30:25 -05:00
|
|
|
|
|
|
|
warning: `[Qux::Z]` cannot be resolved, ignoring it...
|
2018-06-06 11:14:09 -05:00
|
|
|
--> $DIR/intra-links-warning.rs:16:31
|
2018-06-06 02:30:25 -05:00
|
|
|
|
|
2018-09-19 18:39:39 -05:00
|
|
|
LL | //! , [Uniooon::X] and [Qux::Z].
|
2018-06-06 11:14:09 -05:00
|
|
|
| ^^^^^^ cannot be resolved, ignoring
|
2018-06-09 10:30:22 -05:00
|
|
|
|
|
2018-06-09 14:07:09 -05:00
|
|
|
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
|
2018-06-06 02:30:25 -05:00
|
|
|
|
|
|
|
warning: `[Qux:Y]` cannot be resolved, ignoring it...
|
|
|
|
--> $DIR/intra-links-warning.rs:18:13
|
2018-06-03 05:22:24 -05:00
|
|
|
|
|
2018-09-19 18:39:39 -05:00
|
|
|
LL | /// [Qux:Y]
|
2018-06-06 02:30:25 -05:00
|
|
|
| ^^^^^ cannot be resolved, ignoring
|
2018-06-09 10:30:22 -05:00
|
|
|
|
|
2018-06-09 14:07:09 -05:00
|
|
|
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
|
2018-04-01 14:06:35 -05:00
|
|
|
|
2018-12-10 11:24:39 -06:00
|
|
|
warning: `[error]` cannot be resolved, ignoring it...
|
|
|
|
--> $DIR/intra-links-warning.rs:61:30
|
|
|
|
|
|
|
|
|
LL | * time to introduce a link [error]*/
|
|
|
|
| ^^^^^ cannot be resolved, ignoring
|
|
|
|
|
|
|
|
|
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
|
|
|
|
|
|
|
|
warning: `[error]` cannot be resolved, ignoring it...
|
|
|
|
--> $DIR/intra-links-warning.rs:67:30
|
|
|
|
|
|
|
|
|
LL | * time to introduce a link [error]
|
|
|
|
| ^^^^^ cannot be resolved, ignoring
|
|
|
|
|
|
|
|
|
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
|
|
|
|
|
|
|
|
warning: `[error]` cannot be resolved, ignoring it...
|
|
|
|
--> $DIR/intra-links-warning.rs:71:1
|
|
|
|
|
|
|
|
|
LL | #[doc = "single line [error]"]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= note: the link appears in this line:
|
|
|
|
|
|
|
|
single line [error]
|
|
|
|
^^^^^
|
|
|
|
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
|
|
|
|
|
|
|
|
warning: `[error]` cannot be resolved, ignoring it...
|
|
|
|
--> $DIR/intra-links-warning.rs:74: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, just add '/' before them like `/[` or `/]`
|
|
|
|
|
|
|
|
warning: `[error]` cannot be resolved, ignoring it...
|
|
|
|
--> $DIR/intra-links-warning.rs:77:1
|
|
|
|
|
|
|
|
|
LL | / /// Item docs.
|
|
|
|
LL | | #[doc="Hello there!"]
|
|
|
|
LL | | /// [error]
|
|
|
|
| |___________^
|
|
|
|
|
|
|
|
|
= note: the link appears in this line:
|
|
|
|
|
|
|
|
[error]
|
|
|
|
^^^^^
|
|
|
|
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
|
|
|
|
|
|
|
|
warning: `[error1]` cannot be resolved, ignoring it...
|
|
|
|
--> $DIR/intra-links-warning.rs:83:11
|
|
|
|
|
|
|
|
|
LL | /// docs [error1]
|
|
|
|
| ^^^^^^ cannot be resolved, ignoring
|
|
|
|
|
|
|
|
|
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
|
|
|
|
|
|
|
|
warning: `[error2]` cannot be resolved, ignoring it...
|
|
|
|
--> $DIR/intra-links-warning.rs:85:11
|
|
|
|
|
|
|
|
|
LL | /// docs [error2]
|
|
|
|
| ^^^^^^ cannot be resolved, ignoring
|
|
|
|
|
|
|
|
|
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
|
|
|
|
|
2018-06-06 11:14:09 -05:00
|
|
|
warning: `[BarA]` cannot be resolved, ignoring it...
|
|
|
|
--> $DIR/intra-links-warning.rs:24:10
|
|
|
|
|
|
2018-09-19 18:39:39 -05:00
|
|
|
LL | /// bar [BarA] bar
|
2018-06-06 11:14:09 -05:00
|
|
|
| ^^^^ cannot be resolved, ignoring
|
2018-06-09 10:30:22 -05:00
|
|
|
|
|
2018-06-09 14:07:09 -05:00
|
|
|
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
|
2018-06-06 11:14:09 -05:00
|
|
|
|
|
|
|
warning: `[BarB]` cannot be resolved, ignoring it...
|
2018-12-10 11:24:39 -06:00
|
|
|
--> $DIR/intra-links-warning.rs:30:9
|
2018-06-06 11:14:09 -05:00
|
|
|
|
|
2018-12-10 11:24:39 -06:00
|
|
|
LL | * bar [BarB] bar
|
|
|
|
| ^^^^ cannot be resolved, ignoring
|
2018-06-06 11:14:09 -05:00
|
|
|
|
|
2018-06-09 14:07:09 -05:00
|
|
|
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
|
2018-06-06 11:14:09 -05:00
|
|
|
|
|
|
|
warning: `[BarC]` cannot be resolved, ignoring it...
|
2018-12-10 11:24:39 -06:00
|
|
|
--> $DIR/intra-links-warning.rs:37:6
|
2018-06-06 11:14:09 -05:00
|
|
|
|
|
2018-12-10 11:24:39 -06:00
|
|
|
LL | bar [BarC] bar
|
|
|
|
| ^^^^ cannot be resolved, ignoring
|
2018-06-06 11:14:09 -05:00
|
|
|
|
|
2018-06-09 14:07:09 -05:00
|
|
|
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
|
2018-06-06 11:14:09 -05:00
|
|
|
|
|
|
|
warning: `[BarD]` cannot be resolved, ignoring it...
|
|
|
|
--> $DIR/intra-links-warning.rs:48:1
|
|
|
|
|
|
2018-09-19 18:39:39 -05:00
|
|
|
LL | #[doc = "Foo/nbar [BarD] bar/nbaz"]
|
2018-06-06 11:14:09 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= note: the link appears in this line:
|
|
|
|
|
|
|
|
bar [BarD] bar
|
|
|
|
^^^^
|
2018-06-09 14:07:09 -05:00
|
|
|
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
|
2018-06-06 11:14:09 -05:00
|
|
|
|
|
|
|
warning: `[BarF]` cannot be resolved, ignoring it...
|
|
|
|
--> $DIR/intra-links-warning.rs:53:9
|
|
|
|
|
|
2018-09-19 18:39:39 -05:00
|
|
|
LL | #[doc = $f]
|
2018-06-06 11:14:09 -05:00
|
|
|
| ^^^^^^^^^^^
|
|
|
|
...
|
2018-09-19 18:39:39 -05:00
|
|
|
LL | f!("Foo/nbar [BarF] bar/nbaz");
|
2018-06-06 11:14:09 -05:00
|
|
|
| ------------------------------- in this macro invocation
|
|
|
|
|
|
|
|
|
= note: the link appears in this line:
|
|
|
|
|
|
|
|
bar [BarF] bar
|
|
|
|
^^^^
|
2018-06-09 14:07:09 -05:00
|
|
|
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
|
2018-06-06 11:14:09 -05:00
|
|
|
|