1
Fork 0

Rollup merge of #69771 - GuillaumeGomez:cleanup-e0390, r=Dylan-DPC

Cleanup E0390 explanation

r? @Dylan-DPC
This commit is contained in:
Mazdak Farrokhzad 2020-03-08 16:53:41 +01:00 committed by GitHub
commit 22d6cc7287
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {