about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-11319.rs
AgeCommit message (Collapse)AuthorLines
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