summary refs log tree commit diff
path: root/src/test/run-pass/match-pattern-bindings.rs
AgeCommit message (Expand)AuthorLines
2014-08-01librustc: Forbid pattern bindings after `@`s, for memory safety.Patrick Walton-13/+4
2014-07-07Properly bind nested pattern bindings when there's more than oneJakub Wieczorek-0/+38