@@ -10,53 +10,53 @@ warning: unresolved link to `Bar::foo`
1010 --> $DIR/intra-links-warning.rs:3:35
1111 |
1212LL | //! Test with [Foo::baz], [Bar::foo], ...
13- | ^^^^^^^^ the module `intra_links_warning` contains no item named `Bar`
13+ | ^^^^^^^^ no item named `Bar` in scope
1414
1515warning: unresolved link to `Uniooon::X`
1616 --> $DIR/intra-links-warning.rs:6:13
1717 |
1818LL | //! , [Uniooon::X] and [Qux::Z].
19- | ^^^^^^^^^^ the module `intra_links_warning` contains no item named `Uniooon`
19+ | ^^^^^^^^^^ no item named `Uniooon` in scope
2020
2121warning: unresolved link to `Qux::Z`
2222 --> $DIR/intra-links-warning.rs:6:30
2323 |
2424LL | //! , [Uniooon::X] and [Qux::Z].
25- | ^^^^^^ the module `intra_links_warning` contains no item named `Qux`
25+ | ^^^^^^ no item named `Qux` in scope
2626
2727warning: unresolved link to `Uniooon::X`
2828 --> $DIR/intra-links-warning.rs:10:14
2929 |
3030LL | //! , [Uniooon::X] and [Qux::Z].
31- | ^^^^^^^^^^ the module `intra_links_warning` contains no item named `Uniooon`
31+ | ^^^^^^^^^^ no item named `Uniooon` in scope
3232
3333warning: unresolved link to `Qux::Z`
3434 --> $DIR/intra-links-warning.rs:10:31
3535 |
3636LL | //! , [Uniooon::X] and [Qux::Z].
37- | ^^^^^^ the module `intra_links_warning` contains no item named `Qux`
37+ | ^^^^^^ no item named `Qux` in scope
3838
3939warning: unresolved link to `Qux:Y`
4040 --> $DIR/intra-links-warning.rs:14:13
4141 |
4242LL | /// [Qux:Y]
43- | ^^^^^ the module `intra_links_warning` contains no item named `Qux:Y`
43+ | ^^^^^ no item named `Qux:Y` in scope
4444 |
4545 = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
4646
4747warning: unresolved link to `error`
4848 --> $DIR/intra-links-warning.rs:58:30
4949 |
5050LL | * time to introduce a link [error]*/
51- | ^^^^^ the module `intra_links_warning` contains no item named `error`
51+ | ^^^^^ no item named `error` in scope
5252 |
5353 = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
5454
5555warning: unresolved link to `error`
5656 --> $DIR/intra-links-warning.rs:64:30
5757 |
5858LL | * time to introduce a link [error]
59- | ^^^^^ the module `intra_links_warning` contains no item named `error`
59+ | ^^^^^ no item named `error` in scope
6060 |
6161 = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
6262
@@ -70,7 +70,7 @@ LL | #[doc = "single line [error]"]
7070
7171 single line [error]
7272 ^^^^^
73- = note: the module `intra_links_warning` contains no item named `error`
73+ = note: no item named `error` in scope
7474 = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
7575
7676warning: unresolved link to `error`
@@ -83,7 +83,7 @@ LL | #[doc = "single line with \"escaping\" [error]"]
8383
8484 single line with "escaping" [error]
8585 ^^^^^
86- = note: the module `intra_links_warning` contains no item named `error`
86+ = note: no item named `error` in scope
8787 = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
8888
8989warning: unresolved link to `error`
@@ -98,46 +98,46 @@ LL | | /// [error]
9898
9999 [error]
100100 ^^^^^
101- = note: the module `intra_links_warning` contains no item named `error`
101+ = note: no item named `error` in scope
102102 = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
103103
104104warning: unresolved link to `error1`
105105 --> $DIR/intra-links-warning.rs:80:11
106106 |
107107LL | /// docs [error1]
108- | ^^^^^^ the module `intra_links_warning` contains no item named `error1`
108+ | ^^^^^^ no item named `error1` in scope
109109 |
110110 = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
111111
112112warning: unresolved link to `error2`
113113 --> $DIR/intra-links-warning.rs:82:11
114114 |
115115LL | /// docs [error2]
116- | ^^^^^^ the module `intra_links_warning` contains no item named `error2`
116+ | ^^^^^^ no item named `error2` in scope
117117 |
118118 = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
119119
120120warning: unresolved link to `BarA`
121121 --> $DIR/intra-links-warning.rs:21:10
122122 |
123123LL | /// bar [BarA] bar
124- | ^^^^ the module `intra_links_warning` contains no item named `BarA`
124+ | ^^^^ no item named `BarA` in scope
125125 |
126126 = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
127127
128128warning: unresolved link to `BarB`
129129 --> $DIR/intra-links-warning.rs:27:9
130130 |
131131LL | * bar [BarB] bar
132- | ^^^^ the module `intra_links_warning` contains no item named `BarB`
132+ | ^^^^ no item named `BarB` in scope
133133 |
134134 = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
135135
136136warning: unresolved link to `BarC`
137137 --> $DIR/intra-links-warning.rs:34:6
138138 |
139139LL | bar [BarC] bar
140- | ^^^^ the module `intra_links_warning` contains no item named `BarC`
140+ | ^^^^ no item named `BarC` in scope
141141 |
142142 = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
143143
@@ -151,7 +151,7 @@ LL | #[doc = "Foo\nbar [BarD] bar\nbaz"]
151151
152152 bar [BarD] bar
153153 ^^^^
154- = note: the module `intra_links_warning` contains no item named `BarD`
154+ = note: no item named `BarD` in scope
155155 = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
156156
157157warning: unresolved link to `BarF`
@@ -167,7 +167,7 @@ LL | f!("Foo\nbar [BarF] bar\nbaz");
167167
168168 bar [BarF] bar
169169 ^^^^
170- = note: the module `intra_links_warning` contains no item named `BarF`
170+ = note: no item named `BarF` in scope
171171 = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
172172 = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
173173
0 commit comments