Skip to content

Commit

Permalink
Rollup merge of #69771 - GuillaumeGomez:cleanup-e0390, r=Dylan-DPC
Browse files Browse the repository at this point in the history
Cleanup E0390 explanation

r? @Dylan-DPC
  • Loading branch information
Centril authored Mar 8, 2020
2 parents c13d296 + 13d5ee1 commit 22d6cc7
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 22d6cc7

Please sign in to comment.