Skip to content

Commit

Permalink
Rollup merge of rust-lang#69771 - GuillaumeGomez:cleanup-e0390, r=Dyl…
Browse files Browse the repository at this point in the history
…an-DPC

Cleanup E0390 explanation

r? @Dylan-DPC
  • Loading branch information
Centril authored Mar 8, 2020
2 parents d9b718f + 13d5ee1 commit 919ae59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/librustc_error_codes/error_codes/E0390.md
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit 919ae59

Please sign in to comment.