@@ -5,63 +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 `] `
8+ = help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/] `
99
1010warning: `[Bar::foo]` cannot be resolved, ignoring it...
1111 --> $DIR/intra-links-warning.rs:13:35
1212 |
131313 | //! Test with [Foo::baz], [Bar::foo], ...
1414 | ^^^^^^^^ cannot be resolved, ignoring
1515 |
16- = help: to escape `[` and `]` characters, either put them into "`[]`" or use HTML values `[` and `] `
16+ = help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/] `
1717
1818warning: `[Uniooon::X]` cannot be resolved, ignoring it...
1919 --> $DIR/intra-links-warning.rs:14:13
2020 |
212114 | //! , [Uniooon::X] and [Qux::Z].
2222 | ^^^^^^^^^^ cannot be resolved, ignoring
2323 |
24- = help: to escape `[` and `]` characters, either put them into "`[]`" or use HTML values `[` and `] `
24+ = help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/] `
2525
2626warning: `[Qux::Z]` cannot be resolved, ignoring it...
2727 --> $DIR/intra-links-warning.rs:14:30
2828 |
292914 | //! , [Uniooon::X] and [Qux::Z].
3030 | ^^^^^^ cannot be resolved, ignoring
3131 |
32- = help: to escape `[` and `]` characters, either put them into "`[]`" or use HTML values `[` and `] `
32+ = help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/] `
3333
3434warning: `[Uniooon::X]` cannot be resolved, ignoring it...
3535 --> $DIR/intra-links-warning.rs:16:14
3636 |
373716 | //! , [Uniooon::X] and [Qux::Z].
3838 | ^^^^^^^^^^ cannot be resolved, ignoring
3939 |
40- = help: to escape `[` and `]` characters, either put them into "`[]`" or use HTML values `[` and `] `
40+ = help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/] `
4141
4242warning: `[Qux::Z]` cannot be resolved, ignoring it...
4343 --> $DIR/intra-links-warning.rs:16:31
4444 |
454516 | //! , [Uniooon::X] and [Qux::Z].
4646 | ^^^^^^ cannot be resolved, ignoring
4747 |
48- = help: to escape `[` and `]` characters, either put them into "`[]`" or use HTML values `[` and `] `
48+ = help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/] `
4949
5050warning: `[Qux:Y]` cannot be resolved, ignoring it...
5151 --> $DIR/intra-links-warning.rs:18:13
5252 |
535318 | /// [Qux:Y]
5454 | ^^^^^ cannot be resolved, ignoring
5555 |
56- = help: to escape `[` and `]` characters, either put them into "`[]`" or use HTML values `[` and `] `
56+ = help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/] `
5757
5858warning: `[BarA]` cannot be resolved, ignoring it...
5959 --> $DIR/intra-links-warning.rs:24:10
6060 |
616124 | /// bar [BarA] bar
6262 | ^^^^ cannot be resolved, ignoring
6363 |
64- = help: to escape `[` and `]` characters, either put them into "`[]`" or use HTML values `[` and `] `
64+ = help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/] `
6565
6666warning: `[BarB]` cannot be resolved, ignoring it...
6767 --> $DIR/intra-links-warning.rs:28:1
@@ -77,7 +77,7 @@ warning: `[BarB]` cannot be resolved, ignoring it...
7777
7878 bar [BarB] bar
7979 ^^^^
80- = help: to escape `[` and `]` characters, either put them into "`[]`" or use HTML values `[` and `] `
80+ = help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/] `
8181
8282warning: `[BarC]` cannot be resolved, ignoring it...
8383 --> $DIR/intra-links-warning.rs:35:1
@@ -95,7 +95,7 @@ warning: `[BarC]` cannot be resolved, ignoring it...
9595
9696 bar [BarC] bar
9797 ^^^^
98- = help: to escape `[` and `]` characters, either put them into "`[]`" or use HTML values `[` and `] `
98+ = help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/] `
9999
100100warning: `[BarD]` cannot be resolved, ignoring it...
101101 --> $DIR/intra-links-warning.rs:48:1
@@ -107,7 +107,7 @@ warning: `[BarD]` cannot be resolved, ignoring it...
107107
108108 bar [BarD] bar
109109 ^^^^
110- = help: to escape `[` and `]` characters, either put them into "`[]`" or use HTML values `[` and `] `
110+ = help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/] `
111111
112112warning: `[BarF]` cannot be resolved, ignoring it...
113113 --> $DIR/intra-links-warning.rs:53:9
@@ -122,5 +122,5 @@ warning: `[BarF]` cannot be resolved, ignoring it...
122122
123123 bar [BarF] bar
124124 ^^^^
125- = help: to escape `[` and `]` characters, either put them into "`[]`" or use HTML values `[` and `] `
125+ = help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/] `
126126
0 commit comments