2018-06-06 07:30:25 +00:00
|
|
|
warning: `[Foo::baz]` cannot be resolved, ignoring it...
|
|
|
|
--> $DIR/intra-links-warning.rs:13:23
|
2018-05-27 17:46:59 +00:00
|
|
|
|
|
2018-06-06 07:30:25 +00:00
|
|
|
13 | //! Test with [Foo::baz], [Bar::foo], ...
|
|
|
|
| ^^^^^^^^ cannot be resolved, ignoring
|
2018-06-09 15:20:58 +00:00
|
|
|
|
|
2018-06-13 19:17:15 +00:00
|
|
|
= note: #[warn(intra_doc_link_resolution_failure)] on by default
|
2018-06-09 19:07:09 +00:00
|
|
|
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
|
2018-06-06 07:30:25 +00:00
|
|
|
|
|
|
|
warning: `[Bar::foo]` cannot be resolved, ignoring it...
|
|
|
|
--> $DIR/intra-links-warning.rs:13:35
|
2018-06-03 10:22:24 +00:00
|
|
|
|
|
2018-06-06 07:30:25 +00:00
|
|
|
13 | //! Test with [Foo::baz], [Bar::foo], ...
|
|
|
|
| ^^^^^^^^ cannot be resolved, ignoring
|
2018-06-09 15:30:22 +00:00
|
|
|
|
|
2018-06-09 19:07:09 +00:00
|
|
|
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
|
2018-04-01 19:06:35 +00:00
|
|
|
|
2018-06-06 07:30:25 +00:00
|
|
|
warning: `[Uniooon::X]` cannot be resolved, ignoring it...
|
2018-06-06 16:14:09 +00:00
|
|
|
--> $DIR/intra-links-warning.rs:14:13
|
2018-05-27 17:46:59 +00:00
|
|
|
|
|
2018-06-06 16:14:09 +00:00
|
|
|
14 | //! , [Uniooon::X] and [Qux::Z].
|
|
|
|
| ^^^^^^^^^^ cannot be resolved, ignoring
|
2018-06-09 15:30:22 +00:00
|
|
|
|
|
2018-06-09 19:07:09 +00:00
|
|
|
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
|
2018-06-06 07:30:25 +00:00
|
|
|
|
|
|
|
warning: `[Qux::Z]` cannot be resolved, ignoring it...
|
2018-06-06 16:14:09 +00:00
|
|
|
--> $DIR/intra-links-warning.rs:14:30
|
2018-06-03 10:22:24 +00:00
|
|
|
|
|
2018-06-06 16:14:09 +00:00
|
|
|
14 | //! , [Uniooon::X] and [Qux::Z].
|
|
|
|
| ^^^^^^ cannot be resolved, ignoring
|
2018-06-09 15:30:22 +00:00
|
|
|
|
|
2018-06-09 19:07:09 +00:00
|
|
|
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
|
2018-04-01 19:06:35 +00:00
|
|
|
|
2018-06-06 07:30:25 +00:00
|
|
|
warning: `[Uniooon::X]` cannot be resolved, ignoring it...
|
2018-06-06 16:14:09 +00:00
|
|
|
--> $DIR/intra-links-warning.rs:16:14
|
2018-05-27 17:46:59 +00:00
|
|
|
|
|
2018-06-06 16:14:09 +00:00
|
|
|
16 | //! , [Uniooon::X] and [Qux::Z].
|
|
|
|
| ^^^^^^^^^^ cannot be resolved, ignoring
|
2018-06-09 15:30:22 +00:00
|
|
|
|
|
2018-06-09 19:07:09 +00:00
|
|
|
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
|
2018-06-06 07:30:25 +00:00
|
|
|
|
|
|
|
warning: `[Qux::Z]` cannot be resolved, ignoring it...
|
2018-06-06 16:14:09 +00:00
|
|
|
--> $DIR/intra-links-warning.rs:16:31
|
2018-06-06 07:30:25 +00:00
|
|
|
|
|
2018-06-06 16:14:09 +00:00
|
|
|
16 | //! , [Uniooon::X] and [Qux::Z].
|
|
|
|
| ^^^^^^ cannot be resolved, ignoring
|
2018-06-09 15:30:22 +00:00
|
|
|
|
|
2018-06-09 19:07:09 +00:00
|
|
|
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
|
2018-06-06 07:30:25 +00:00
|
|
|
|
|
|
|
warning: `[Qux:Y]` cannot be resolved, ignoring it...
|
|
|
|
--> $DIR/intra-links-warning.rs:18:13
|
2018-06-03 10:22:24 +00:00
|
|
|
|
|
2018-06-06 07:30:25 +00:00
|
|
|
18 | /// [Qux:Y]
|
|
|
|
| ^^^^^ cannot be resolved, ignoring
|
2018-06-09 15:30:22 +00:00
|
|
|
|
|
2018-06-09 19:07:09 +00:00
|
|
|
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
|
2018-04-01 19:06:35 +00:00
|
|
|
|
2018-06-06 16:14:09 +00:00
|
|
|
warning: `[BarA]` cannot be resolved, ignoring it...
|
|
|
|
--> $DIR/intra-links-warning.rs:24:10
|
|
|
|
|
|
|
|
|
24 | /// bar [BarA] bar
|
|
|
|
| ^^^^ cannot be resolved, ignoring
|
2018-06-09 15:30:22 +00:00
|
|
|
|
|
2018-06-09 19:07:09 +00:00
|
|
|
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
|
2018-06-06 16:14:09 +00:00
|
|
|
|
|
|
|
warning: `[BarB]` cannot be resolved, ignoring it...
|
|
|
|
--> $DIR/intra-links-warning.rs:28:1
|
|
|
|
|
|
|
|
|
28 | / /**
|
|
|
|
29 | | * Foo
|
|
|
|
30 | | * bar [BarB] bar
|
|
|
|
31 | | * baz
|
|
|
|
32 | | */
|
|
|
|
| |___^
|
|
|
|
|
|
|
|
|
= note: the link appears in this line:
|
|
|
|
|
|
|
|
bar [BarB] bar
|
|
|
|
^^^^
|
2018-06-09 19:07:09 +00:00
|
|
|
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
|
2018-06-06 16:14:09 +00:00
|
|
|
|
|
|
|
warning: `[BarC]` cannot be resolved, ignoring it...
|
|
|
|
--> $DIR/intra-links-warning.rs:35:1
|
|
|
|
|
|
|
|
|
35 | / /** Foo
|
|
|
|
36 | |
|
|
|
|
37 | | bar [BarC] bar
|
|
|
|
38 | | baz
|
|
|
|
... |
|
|
|
|
44 | |
|
|
|
|
45 | | */
|
|
|
|
| |__^
|
|
|
|
|
|
|
|
|
= note: the link appears in this line:
|
|
|
|
|
|
|
|
bar [BarC] bar
|
|
|
|
^^^^
|
2018-06-09 19:07:09 +00:00
|
|
|
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
|
2018-06-06 16:14:09 +00:00
|
|
|
|
|
|
|
warning: `[BarD]` cannot be resolved, ignoring it...
|
|
|
|
--> $DIR/intra-links-warning.rs:48:1
|
|
|
|
|
|
|
|
|
48 | #[doc = "Foo/nbar [BarD] bar/nbaz"]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= note: the link appears in this line:
|
|
|
|
|
|
|
|
bar [BarD] bar
|
|
|
|
^^^^
|
2018-06-09 19:07:09 +00:00
|
|
|
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
|
2018-06-06 16:14:09 +00:00
|
|
|
|
|
|
|
warning: `[BarF]` cannot be resolved, ignoring it...
|
|
|
|
--> $DIR/intra-links-warning.rs:53:9
|
|
|
|
|
|
|
|
|
53 | #[doc = $f]
|
|
|
|
| ^^^^^^^^^^^
|
|
|
|
...
|
|
|
|
57 | f!("Foo/nbar [BarF] bar/nbaz");
|
|
|
|
| ------------------------------- in this macro invocation
|
|
|
|
|
|
|
|
|
= note: the link appears in this line:
|
|
|
|
|
|
|
|
bar [BarF] bar
|
|
|
|
^^^^
|
2018-06-09 19:07:09 +00:00
|
|
|
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
|
2018-06-06 16:14:09 +00:00
|
|
|
|