Rollup merge of #69771 - GuillaumeGomez:cleanup-e0390, r=Dylan-DPC
Cleanup E0390 explanation r? @Dylan-DPC
This commit is contained in:
commit
22d6cc7287
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