summary refs log tree commit diff
path: root/src/test/compile-fail/private-method.rs
AgeCommit message (Collapse)AuthorLines
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-1/+1
2012-03-26In typeck, don't call ty::store_iface_methods on private methodsTim Chevalier-1/+1
This was resulting in a different error message depending on whether the private method you were trying to call was in the same crate or a different one.
2012-03-26Enforce privacy declarations for class fields and methodsTim Chevalier-0/+16