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 741a3d4 commit e8d0281Copy full SHA for e8d0281
src/librustc/diagnostics.rs
@@ -1187,7 +1187,7 @@ impl Generator for AnotherImpl {
1187
fn main() {
1188
let cont: u32 = Generator::create();
1189
// error, impossible to choose one of Generator trait implementation
1190
- // Impl or AnotherImpl? Maybe anything else?
+ // Should it be Impl or AnotherImpl, maybe something else?
1191
}
1192
```
1193
0 commit comments