Get cross crate static default methods working. Closes #7569.

This commit is contained in:
Michael Sullivan
2013-07-11 15:08:43 -07:00
parent 1bbb434880
commit 186f6faf1e
8 changed files with 40 additions and 31 deletions

View File

@@ -1033,7 +1033,7 @@ pub enum foreign_item_ {
#[deriving(Eq, Encodable, Decodable,IterBytes)]
pub enum inlined_item {
ii_item(@item),
ii_method(def_id /* impl id */, @method),
ii_method(def_id /* impl id */, bool /* is provided */, @method),
ii_foreign(@foreign_item),
}