about summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0070.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-27/+0
2021-11-25On type mismatch caused by assignment, point at assigneeEsteban Küber-9/+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
2020-08-30Suggest `if let x = y` when encountering `if x = y`Esteban Küber-6/+6
Detect potential cases where `if let` was meant but `let` was left out. Fix #44990.
2019-12-23Add span information to `ExprKind::Assign`varkor-6/+6
2019-12-23Improve invalid assignment errorvarkor-6/+12
2019-11-18Surround types with backticks in type errorsEsteban Küber-1/+1
2019-11-18Remove E0308 note when primary label has all infoEsteban Küber-3/+0
2019-11-18review comments: tweak prefix stringsEsteban Küber-2/+2
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+1
2019-03-11Update testsVadim Petrochenkov-4/+4
2018-12-31Improve type mismatch error messagesYuning Zhang-1/+1
Replace "integral variable" with "integer" and replace "floating-point variable" with "floating-point number" to make the message less confusing.
2018-12-25Remove licensesMark Rousskov-4/+4
2018-03-14update testsGuillaume Gomez-2/+2
2018-02-26Update UI testsVadim Petrochenkov-4/+4
2018-02-25Update ui testsGuillaume Gomez-0/+2
2018-02-08Move some E0XXX to `ui`Esteban Küber-0/+29