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:
commit
845516cd3b
@ -30,5 +30,3 @@ fn main() {
|
||||
d = d + m;
|
||||
}
|
||||
```
|
||||
|
||||
Note that the type of `v` can now be inferred from the type of `temp`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user