All field or method references within a class must begin with "self." now.
A bare reference to a field or method in the same class will no longer
typecheck.
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.