Rollup merge of #94522 - thinety:fix-e0284-message, r=Dylan-DPC

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).
This commit is contained in:
Matthias Krüger 2022-03-03 11:02:52 +01:00 committed by GitHub
commit 845516cd3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,5 +30,3 @@ fn main() {
d = d + m;
}
```
Note that the type of `v` can now be inferred from the type of `temp`.