aboutsummaryrefslogtreecommitdiff
path: root/src/test/compile-fail/no-self-dispatch.rs
Commit message (Collapse)AuthorAgeFilesLines
* Switch xfail system to use comments embedded in source files.Graydon Hoare2011-03-251-0/+1
|
* Fix over-optimistic resolution of self-methods within obj scopes. There is ↵Graydon Hoare2010-07-191-0/+11
no such feature in the language at present. Add test to prevent regression. Closes #114.