about summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0070.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-12/+0
2021-11-25On type mismatch caused by assignment, point at assigneeEsteban Küber-1/+0
* Do not emit unnecessary E0308 after E0070 * Show fewer errors on `while let` missing `let` * Hide redundant E0308 on `while let` missing `let` * Point at binding definition when possible on invalid assignment * do not point at closure twice * do not suggest `if let` for literals in lhs * account for parameter types
2018-12-25Remove licensesMark Rousskov-10/+0
2018-02-08Move some E0XXX to `ui`Esteban Küber-0/+23