We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9b718f + 13d5ee1 commit 919ae59Copy full SHA for 919ae59
src/librustc_error_codes/error_codes/E0390.md
@@ -1,4 +1,6 @@
1
-You tried to implement methods for a primitive type. Erroneous code example:
+A method was implemented on a primitive type.
2
+
3
+Erroneous code example:
4
5
```compile_fail,E0390
6
struct Foo {
0 commit comments