rustc: load DefAssociatedTy from cross-crate metadata. Fixes #20542.

This commit is contained in:
Eduard Burtescu 2015-01-30 12:16:59 +02:00
parent 9739ae4d09
commit 9a69378e8b
6 changed files with 38 additions and 27 deletions

View file

@ -22,5 +22,8 @@ trait Grab {
//~^ ERROR ambiguous associated type
}
type X = std::ops::Deref::Target;
//~^ ERROR ambiguous associated type
fn main() {
}