Skip to content

Commit 1aa2506

Browse files
committed
Auto merge of #58040 - vors:fix-E0283-explanation, r=cramertj
Fix grammar in E0283 explanation Author probably meant not "Maybe anything else?", but "Maybe something else?"
2 parents 741a3d4 + e8d0281 commit 1aa2506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/diagnostics.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1187,7 +1187,7 @@ impl Generator for AnotherImpl {
11871187
fn main() {
11881188
let cont: u32 = Generator::create();
11891189
// error, impossible to choose one of Generator trait implementation
1190-
// Impl or AnotherImpl? Maybe anything else?
1190+
// Should it be Impl or AnotherImpl, maybe something else?
11911191
}
11921192
```
11931193

0 commit comments

Comments
 (0)