summary refs log tree commit diff
path: root/src/test/compile-fail/class-missing-self.rs
AgeCommit message (Collapse)AuthorLines
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-2/+2
conflict with the new single-line-sugared-inner-doc-comment (`//! ...`).
2012-05-04Add test case that checks that class members must be prefixed with "self"Tim Chevalier-0/+15
Closes #2289.