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 1e5450d commit 9eaea4dCopy full SHA for 9eaea4d
src/librustc_error_codes/error_codes/E0118.md
@@ -1,5 +1,7 @@
1
-You're trying to write an inherent implementation for something which isn't a
2
-struct nor an enum. Erroneous code example:
+An inherent implementation was defined for something which isn't a struct nor
+an enum.
3
+
4
+Erroneous code example:
5
6
```compile_fail,E0118
7
impl (u8, u8) { // error: no base type found for inherent implementation
0 commit comments