about summary refs log tree commit diff
path: root/src/test/ui/impl-trait/universal-two-impl-traits.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-20/+0
2021-11-25On type mismatch caused by assignment, point at assigneeEsteban Küber-0/+1
* 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
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-2/+2
2019-11-02Update testsDmitry Kadashev-3/+8
Update the tests to reflect changes to how type mismatch errors are reported (two previous commits).
2019-09-18Add explanation to type mismatch involving type params and assoc typesEsteban Küber-0/+2
2019-03-11Update testsVadim Petrochenkov-1/+1
2018-12-25Remove licensesMark Rousskov-1/+1
2018-03-26Stabilize universal_impl_traitTaylor Cramer-1/+1
2018-03-14update testsGuillaume Gomez-1/+1
2018-02-26Update UI testsVadim Petrochenkov-1/+1
2018-02-25Update ui testsGuillaume Gomez-0/+1
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-1/+1
2017-11-15add a new test featuring two impl traits to show what it looks likeNiko Matsakis-0/+11