summary refs log tree commit diff
path: root/src/test/run-pass/traits-default-method-mut.rs
AgeCommit message (Expand)AuthorLines
2013-09-25Fix run-pass tests to have 'pub fn main'Alex Crichton-1/+1
2013-08-17Fix warnings it testsErick Tryzelaar-0/+2
2013-07-11Take default methods out from behind the flag.Michael Sullivan-1/+0
2013-07-09Don't use static default methodJohn Barker-2/+2
2013-07-09Always eat up mut when parsing general args, fixes #7483John Barker-0/+17