summary refs log tree commit diff
path: root/src/test/compile-fail/method-path-in-pattern.rs
AgeCommit message (Expand)AuthorLines
2016-11-28rustc: desugar UFCS as much as possible during HIR lowering.Eduard Burtescu-3/+5
2016-10-04Move pattern resolution checks from typeck to resolveVadim Petrochenkov-3/+3
2016-07-08Rewrite check_pat_enum, split it into check_pat_tuple_struct and check_pat_pathVadim Petrochenkov-3/+4
2015-04-24Remove obsolete "MarkerTrait" from tests.Sean Patrick Santos-3/+1
2015-04-23Get associated consts working in match patterns.Sean Patrick Santos-0/+35