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 5559d2b commit 2439824Copy full SHA for 2439824
src/librustc_typeck/diagnostics.rs
@@ -1259,8 +1259,8 @@ Here's one example of this error:
1259
impl Drop for u32 {}
1260
```
1261
1262
-To avoid this error, ensure that at least one local type is referenced by
1263
-the `impl`:
+To avoid this kind of error, ensure that at least one local type is referenced
+by the `impl`:
1264
1265
1266
pub struct Foo; // you define your type in your crate
0 commit comments