We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c13d296 + 13d5ee1 commit 22d6cc7Copy full SHA for 22d6cc7
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