Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
E0269: add suggestion to check for trailing semicolons
In situations where the value of the last expression must be inferred, rustc will not emit the "you might need to remove the semicolon" warning, so at least note this in the extended description. Fixes: rust-lang#30497
- Loading branch information