1
Fork 0

Cleanup E0390 explanation

This commit is contained in:
Guillaume Gomez 2020-03-06 12:52:16 +01:00
parent 01a8b5f26e
commit 13d5ee1c4f

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 {