@@ -3,48 +3,65 @@ warning: `[Foo::baz]` cannot be resolved, ignoring it...
33 |
4413 | //! Test with [Foo::baz], [Bar::foo], ...
55 | ^^^^^^^^ cannot be resolved, ignoring
6+ |
7+ = note: #[warn(intra_doc_link_resolution_failure)] on by default
8+ = help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
69
710warning: `[Bar::foo]` cannot be resolved, ignoring it...
811 --> $DIR/intra-links-warning.rs:13:35
912 |
101313 | //! Test with [Foo::baz], [Bar::foo], ...
1114 | ^^^^^^^^ cannot be resolved, ignoring
15+ |
16+ = help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
1217
1318warning: `[Uniooon::X]` cannot be resolved, ignoring it...
1419 --> $DIR/intra-links-warning.rs:14:13
1520 |
162114 | //! , [Uniooon::X] and [Qux::Z].
1722 | ^^^^^^^^^^ cannot be resolved, ignoring
23+ |
24+ = help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
1825
1926warning: `[Qux::Z]` cannot be resolved, ignoring it...
2027 --> $DIR/intra-links-warning.rs:14:30
2128 |
222914 | //! , [Uniooon::X] and [Qux::Z].
2330 | ^^^^^^ cannot be resolved, ignoring
31+ |
32+ = help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
2433
2534warning: `[Uniooon::X]` cannot be resolved, ignoring it...
2635 --> $DIR/intra-links-warning.rs:16:14
2736 |
283716 | //! , [Uniooon::X] and [Qux::Z].
2938 | ^^^^^^^^^^ cannot be resolved, ignoring
39+ |
40+ = help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
3041
3142warning: `[Qux::Z]` cannot be resolved, ignoring it...
3243 --> $DIR/intra-links-warning.rs:16:31
3344 |
344516 | //! , [Uniooon::X] and [Qux::Z].
3546 | ^^^^^^ cannot be resolved, ignoring
47+ |
48+ = help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
3649
3750warning: `[Qux:Y]` cannot be resolved, ignoring it...
3851 --> $DIR/intra-links-warning.rs:18:13
3952 |
405318 | /// [Qux:Y]
4154 | ^^^^^ cannot be resolved, ignoring
55+ |
56+ = help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
4257
4358warning: `[BarA]` cannot be resolved, ignoring it...
4459 --> $DIR/intra-links-warning.rs:24:10
4560 |
466124 | /// bar [BarA] bar
4762 | ^^^^ cannot be resolved, ignoring
63+ |
64+ = help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
4865
4966warning: `[BarB]` cannot be resolved, ignoring it...
5067 --> $DIR/intra-links-warning.rs:28:1
@@ -60,6 +77,7 @@ warning: `[BarB]` cannot be resolved, ignoring it...
6077
6178 bar [BarB] bar
6279 ^^^^
80+ = help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
6381
6482warning: `[BarC]` cannot be resolved, ignoring it...
6583 --> $DIR/intra-links-warning.rs:35:1
@@ -77,6 +95,7 @@ warning: `[BarC]` cannot be resolved, ignoring it...
7795
7896 bar [BarC] bar
7997 ^^^^
98+ = help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
8099
81100warning: `[BarD]` cannot be resolved, ignoring it...
82101 --> $DIR/intra-links-warning.rs:48:1
@@ -88,6 +107,7 @@ warning: `[BarD]` cannot be resolved, ignoring it...
88107
89108 bar [BarD] bar
90109 ^^^^
110+ = help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
91111
92112warning: `[BarF]` cannot be resolved, ignoring it...
93113 --> $DIR/intra-links-warning.rs:53:9
@@ -102,4 +122,5 @@ warning: `[BarF]` cannot be resolved, ignoring it...
102122
103123 bar [BarF] bar
104124 ^^^^
125+ = help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
105126
0 commit comments