rust/src/test
Tim Chevalier ca6636d6b6 Allow references to "self" within classes
Allow writing self.f within a class that has a field f. Currently,
the compiler accepts either self.f or f. In a future commit I'll
require writing self.f and not f.

Not sure whether self.f() works if f is a method (making sure that
works next).
2012-03-28 14:19:00 -07:00
..
auxiliary Enforce mutability declarations in classes; correct shapes for classes 2012-03-27 22:11:58 -07:00
bench Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
compile-fail Test case to make sure typestate checks the body of class constructors 2012-03-28 10:38:57 -07:00
pretty Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
run-fail Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
run-pass Allow references to "self" within classes 2012-03-28 14:19:00 -07:00