summary refs log tree commit diff
path: root/src/test/compile-fail/qualified-path-params.rs
AgeCommit message (Collapse)AuthorLines
2018-06-26migrate codebase to `..=` inclusive range patternsZack M. Davis-1/+1
These were stabilized in March 2018's #47813, and are the Preferred Way to Do It going forward (q.v. #51043).
2016-11-28rustc: desugar UFCS as much as possible during HIR lowering.Eduard Burtescu-1/+1
2016-10-04Move pattern resolution checks from typeck to resolveVadim Petrochenkov-1/+1
Make error messages more precise
2016-07-08Rewrite check_pat_enum, split it into check_pat_tuple_struct and check_pat_pathVadim Petrochenkov-1/+2
Update definitions in def_map for associated types written in unqualified form (like `Self::Output`) Cleanup finish_resolving_def_to_ty/resolve_ty_and_def_ufcs Make VariantDef's available through constructor IDs
2016-06-10resolve: Rewrite resolve_patternVadim Petrochenkov-1/+1
2016-04-24Add testsVadim Petrochenkov-0/+33