summary refs log tree commit diff
path: root/src/test/compile-fail/implicit-method-bind.rs
AgeCommit message (Collapse)AuthorLines
2014-01-30Remove Times traitBrendan Zabarauskas-1/+1
`Times::times` was always a second-class loop because it did not support the `break` and `continue` operations. Its playful appeal was then lost after `do` was disabled for closures. It's time to let this one go.
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-07-10Disallow implicitly binding methods in typechecker. Closes #2189.Michael Sullivan-0/+3