Skip to content

Commit

Permalink
Rollup merge of #94522 - thinety:fix-e0284-message, r=Dylan-DPC
Browse files Browse the repository at this point in the history
Remove out-of-context line at end of E0284 message

Removed the last line of E0284 message because it was out of context (probably kept by accident when changing whole error message).
  • Loading branch information
matthiaskrgr committed Mar 3, 2022
2 parents dbf0372 + bc31b3e commit 845516c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compiler/rustc_error_codes/src/error_codes/E0284.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,3 @@ fn main() {
d = d + m;
}
```

Note that the type of `v` can now be inferred from the type of `temp`.

0 comments on commit 845516c

Please sign in to comment.