rustc: load DefAssociatedTy from cross-crate metadata. Fixes #20542.
This commit is contained in:
parent
9739ae4d09
commit
9a69378e8b
6 changed files with 38 additions and 27 deletions
|
|
@ -22,5 +22,8 @@ trait Grab {
|
|||
//~^ ERROR ambiguous associated type
|
||||
}
|
||||
|
||||
type X = std::ops::Deref::Target;
|
||||
//~^ ERROR ambiguous associated type
|
||||
|
||||
fn main() {
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue