about summary refs log tree commit diff
path: root/src/test/compile-fail/unique-pinned-nocopy.rs
AgeCommit message (Expand)AuthorLines
2011-11-18Update stdlib, compiler, and tests to new kind systemMarijn Haverbeke-4/+3
2011-11-18Preparation for kind system overhaulMarijn Haverbeke-0/+1
2011-09-26Make some nocopy tests a bit more futureproofBrian Anderson-1/+1
2011-09-26Don't allow copying of unique boxes of pinned kindsBrian Anderson-1/+0
2011-09-26Unique vectors and boxes of pinned are unique kinds. Closes #977Brian Anderson-0/+1
2011-09-24Unique pointers containing pinned kinds become pinnedBrian Anderson-0/+10