about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-11319.rs
AgeCommit message (Collapse)AuthorLines
2022-05-28Move some tests to more reasonable placesCaio-13/+0
2020-01-05Add backticks to various diagnosticsvarkor-1/+1
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-1/+0
2019-02-07Reweork incompatible match arms errorEsteban Küber-4/+6
- Point at the body expression of the match arm with the type error. - Point at the prior match arms explicitely stating the evaluated type. - Point at the entire match expr in a secondary span, instead of primary. - For type errors in the first match arm, the cause is outside of the match, treat as implicit block error to give a more appropriate error.
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+22