summary refs log tree commit diff
path: root/src/test/run-fail/by-value-self-objects-fail.rs
AgeCommit message (Collapse)AuthorLines
2014-06-30librustc: Permit by-value-self methods to be invoked on objectsPatrick Walton-0/+51
referenced by boxes. This is done by creating a shim function that handles the cleanup of the box properly. Closes #10672.