We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01a8b5f commit 13d5ee1Copy full SHA for 13d5ee1
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