Query-ify global limit attribute handling
This commit is contained in:
parent
90442458ac
commit
ff15b5e2c7
30 changed files with 153 additions and 91 deletions
|
@ -63,7 +63,7 @@ impl<'tcx, F> NeedsDropTypes<'tcx, F> {
|
|||
seen_tys,
|
||||
query_ty: ty,
|
||||
unchecked_tys: vec![(ty, 0)],
|
||||
recursion_limit: tcx.sess.recursion_limit(),
|
||||
recursion_limit: tcx.recursion_limit(()),
|
||||
adt_components,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue