change to a struct variant
This commit is contained in:
parent
9cdefd763b
commit
e81e09a24e
27 changed files with 68 additions and 57 deletions
|
@ -104,7 +104,7 @@ impl<'tcx> MarkSymbolVisitor<'tcx> {
|
|||
self.check_def_id(variant_id);
|
||||
}
|
||||
}
|
||||
Res::SelfTy(t, i) => {
|
||||
Res::SelfTy { trait_: t, alias_to: i } => {
|
||||
if let Some(t) = t {
|
||||
self.check_def_id(t);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue