We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c1bb13 commit 81161beCopy full SHA for 81161be
compiler/rustc_error_codes/src/error_codes/E0118.md
@@ -1,5 +1,5 @@
1
-An inherent implementation was defined for something which isn't a struct, an
2
-enum, a union or a trait object.
+An inherent implementation was defined for something which isn't a struct,
+enum, union, or trait object.
3
4
Erroneous code example:
5
0 commit comments