diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-03-06 12:52:16 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-03-06 12:52:16 +0100 |
| commit | 13d5ee1c4f36cc05e87b23657fa934fe2d02f73c (patch) | |
| tree | 7f986f7bc86d592ddb61239f120a8b889803d6fd /src | |
| parent | 01a8b5f26e536a3bcd9449f62fd0b9b68ef3d650 (diff) | |
| download | rust-13d5ee1c4f36cc05e87b23657fa934fe2d02f73c.tar.gz rust-13d5ee1c4f36cc05e87b23657fa934fe2d02f73c.zip | |
Cleanup E0390 explanation
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustc_error_codes/error_codes/E0390.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/librustc_error_codes/error_codes/E0390.md b/src/librustc_error_codes/error_codes/E0390.md index 9d05740d6f5..ecc5b5568ad 100644 --- a/src/librustc_error_codes/error_codes/E0390.md +++ b/src/librustc_error_codes/error_codes/E0390.md @@ -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 { |
