about summary refs log tree commit diff
path: root/src/test/ui/integral-variable-unification-error.stderr
AgeCommit message (Collapse)AuthorLines
2021-11-25On type mismatch caused by assignment, point at assigneeEsteban Küber-1/+6
* 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-18Remove E0308 note when primary label has all infoEsteban Küber-3/+0
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-1/+1
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+12