@@ -5,48 +5,63 @@ warning: `[Foo::baz]` cannot be resolved, ignoring it...
55 | ^^^^^^^^ cannot be resolved, ignoring
66 |
77 = note: #[warn(intra_link_resolution_failure)] on by default
8+ = help: to escape `[` and `]` characters, either put them into "`[]`" or use HTML values `[` and `]`
89
910warning: `[Bar::foo]` cannot be resolved, ignoring it...
1011 --> $DIR/intra-links-warning.rs:13:35
1112 |
121313 | //! Test with [Foo::baz], [Bar::foo], ...
1314 | ^^^^^^^^ cannot be resolved, ignoring
15+ |
16+ = help: to escape `[` and `]` characters, either put them into "`[]`" or use HTML values `[` and `]`
1417
1518warning: `[Uniooon::X]` cannot be resolved, ignoring it...
1619 --> $DIR/intra-links-warning.rs:14:13
1720 |
182114 | //! , [Uniooon::X] and [Qux::Z].
1922 | ^^^^^^^^^^ cannot be resolved, ignoring
23+ |
24+ = help: to escape `[` and `]` characters, either put them into "`[]`" or use HTML values `[` and `]`
2025
2126warning: `[Qux::Z]` cannot be resolved, ignoring it...
2227 --> $DIR/intra-links-warning.rs:14:30
2328 |
242914 | //! , [Uniooon::X] and [Qux::Z].
2530 | ^^^^^^ cannot be resolved, ignoring
31+ |
32+ = help: to escape `[` and `]` characters, either put them into "`[]`" or use HTML values `[` and `]`
2633
2734warning: `[Uniooon::X]` cannot be resolved, ignoring it...
2835 --> $DIR/intra-links-warning.rs:16:14
2936 |
303716 | //! , [Uniooon::X] and [Qux::Z].
3138 | ^^^^^^^^^^ cannot be resolved, ignoring
39+ |
40+ = help: to escape `[` and `]` characters, either put them into "`[]`" or use HTML values `[` and `]`
3241
3342warning: `[Qux::Z]` cannot be resolved, ignoring it...
3443 --> $DIR/intra-links-warning.rs:16:31
3544 |
364516 | //! , [Uniooon::X] and [Qux::Z].
3746 | ^^^^^^ cannot be resolved, ignoring
47+ |
48+ = help: to escape `[` and `]` characters, either put them into "`[]`" or use HTML values `[` and `]`
3849
3950warning: `[Qux:Y]` cannot be resolved, ignoring it...
4051 --> $DIR/intra-links-warning.rs:18:13
4152 |
425318 | /// [Qux:Y]
4354 | ^^^^^ cannot be resolved, ignoring
55+ |
56+ = help: to escape `[` and `]` characters, either put them into "`[]`" or use HTML values `[` and `]`
4457
4558warning: `[BarA]` cannot be resolved, ignoring it...
4659 --> $DIR/intra-links-warning.rs:24:10
4760 |
486124 | /// bar [BarA] bar
4962 | ^^^^ cannot be resolved, ignoring
63+ |
64+ = help: to escape `[` and `]` characters, either put them into "`[]`" or use HTML values `[` and `]`
5065
5166warning: `[BarB]` cannot be resolved, ignoring it...
5267 --> $DIR/intra-links-warning.rs:28:1
@@ -62,6 +77,7 @@ warning: `[BarB]` cannot be resolved, ignoring it...
6277
6378 bar [BarB] bar
6479 ^^^^
80+ = help: to escape `[` and `]` characters, either put them into "`[]`" or use HTML values `[` and `]`
6581
6682warning: `[BarC]` cannot be resolved, ignoring it...
6783 --> $DIR/intra-links-warning.rs:35:1
@@ -79,6 +95,7 @@ warning: `[BarC]` cannot be resolved, ignoring it...
7995
8096 bar [BarC] bar
8197 ^^^^
98+ = help: to escape `[` and `]` characters, either put them into "`[]`" or use HTML values `[` and `]`
8299
83100warning: `[BarD]` cannot be resolved, ignoring it...
84101 --> $DIR/intra-links-warning.rs:48:1
@@ -90,6 +107,7 @@ warning: `[BarD]` cannot be resolved, ignoring it...
90107
91108 bar [BarD] bar
92109 ^^^^
110+ = help: to escape `[` and `]` characters, either put them into "`[]`" or use HTML values `[` and `]`
93111
94112warning: `[BarF]` cannot be resolved, ignoring it...
95113 --> $DIR/intra-links-warning.rs:53:9
@@ -104,4 +122,5 @@ warning: `[BarF]` cannot be resolved, ignoring it...
104122
105123 bar [BarF] bar
106124 ^^^^
125+ = help: to escape `[` and `]` characters, either put them into "`[]`" or use HTML values `[` and `]`
107126
0 commit comments