about summary refs log tree commit diff
path: root/src/test/ui/impl-trait/impl-trait-in-macro.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-22/+0
2021-11-25On type mismatch caused by assignment, point at assigneeEsteban Küber-0/+2
* 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
2021-03-12Make def_key and HIR parenting consistent.Camille GILLOT-0/+20