mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
Cleanup E0390 explanation
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
You tried to implement methods for a primitive type. Erroneous code example:
|
||||
A method was implemented on a primitive type.
|
||||
|
||||
Erroneous code example:
|
||||
|
||||
```compile_fail,E0390
|
||||
struct Foo {
|
||||
|
||||
Reference in New Issue
Block a user