Skip to content

Commit

Permalink
Auto merge of #58040 - vors:fix-E0283-explanation, r=cramertj
Browse files Browse the repository at this point in the history
Fix grammar in E0283 explanation

Author probably meant not "Maybe anything else?", but "Maybe something else?"
  • Loading branch information
bors committed Feb 1, 2019
2 parents 741a3d4 + e8d0281 commit 1aa2506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/diagnostics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1187,7 +1187,7 @@ impl Generator for AnotherImpl {
fn main() {
let cont: u32 = Generator::create();
// error, impossible to choose one of Generator trait implementation
// Impl or AnotherImpl? Maybe anything else?
// Should it be Impl or AnotherImpl, maybe something else?
}
```
Expand Down

0 comments on commit 1aa2506

Please sign in to comment.