We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d10de6 commit 259ec2dCopy full SHA for 259ec2d
tests/ui/use_self.stderr
@@ -127,10 +127,10 @@ LL | fn bad(foos: &[Self]) -> impl Iterator<Item = &Foo> {
127
| ^^^ help: use the applicable keyword: `Self`
128
129
error: unnecessary structure name repetition
130
- --> $DIR/use_self.rs:224:13
131
- |
132
-224 | TS(0)
133
- | ^^ help: use the applicable keyword: `Self`
+ --> $DIR/use_self.rs:224:13
+ |
+LL | TS(0)
+ | ^^ help: use the applicable keyword: `Self`
134
135
error: aborting due to 22 previous errors
136
0 commit comments