Cleanup E0390 explanation
This commit is contained in:
parent
01a8b5f26e
commit
13d5ee1c4f
1 changed files with 3 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue