about summary refs log tree commit diff
path: root/src/test/compile-fail/precise-refutable-pattern-errors.rs
AgeCommit message (Collapse)AuthorLines
2014-06-20Check pattern refutability the same way exhaustiveness is checkedJakub Wieczorek-32/+0
2014-05-27rustc: provide more precise information about refutable patterns.Huon Wilson-0/+32
The compiler now points exactly which part(s) of a pattern are refutable, rather than just highlighting the whole pattern.