Skip to content

Commit

Permalink
Remove out-of-context line at end of E0284 message
Browse files Browse the repository at this point in the history
  • Loading branch information
thinety committed Mar 2, 2022
1 parent c42d846 commit bc31b3e
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 bc31b3e

Please sign in to comment.