summary refs log tree commit diff
path: root/src/test/compile-fail/const-pattern-irrefutable.rs
AgeCommit message (Expand)AuthorLines
2016-08-01Improve diagnostics for pattern bindings that illegally shadow items.Jeffrey Seyfried-0/+1
2016-06-10resolve: Rewrite resolve_patternVadim Petrochenkov-6/+6
2016-05-12Update errors to use new error formatJonathan Turner-9/+9
2016-05-04Improve diagnostics for constants being used in irrefutable patternsManish Goregaokar-3/+3
2016-04-29Remove use of `ast_map.span_if_local()` and improve diagnosticsJeffrey Seyfried-2/+2
2016-02-26Fix fallout in testsJeffrey Seyfried-2/+2
2015-11-12Add test for constant pattern diagnosticsManish Goregaokar-0/+28