summary refs log tree commit diff
path: root/src/test/run-pass/alt-implicit-copy-unique.rs
AgeCommit message (Collapse)AuthorLines
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-1/+1
2011-09-23Add missing case for pat_uniq to syntax::visitBrian Anderson-1/+0
Issue #409
2011-09-23Create a bunch of test cases for unique boxes by copying box testsBrian Anderson-0/+7
XFAIL the ones that don't work Issue #409