about summary refs log tree commit diff
path: root/src/test/run-pass/cast-mutable-trait.rs
AgeCommit message (Collapse)AuthorLines
2014-01-03test: De-`@mut` the test suitePatrick Walton-36/+0
2013-10-23register snapshotsDaniel Micay-0/+2
2013-09-25Fix run-pass tests to have 'pub fn main'Alex Crichton-2/+2
This is required by the check-fast target because each test is slurped up into a submodule.
2013-04-17Allow casting to mutable trait objects.Josh Matthews-0/+34