about summary refs log tree commit diff
path: root/src/test/run-pass/alt-implicit-copy-unique.rs
AgeCommit message (Collapse)AuthorLines
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