Allow tracing through item_bounds query invocations on opaques
Previously these caused cycles when printing the result
This commit is contained in:
@@ -620,7 +620,9 @@ macro_rules! define_queries {
|
||||
tcx,
|
||||
{
|
||||
let ret = call_provider!([$($modifiers)*][tcx, $name, key]);
|
||||
tracing::trace!(?ret);
|
||||
rustc_middle::ty::print::with_reduced_queries!({
|
||||
tracing::trace!(?ret);
|
||||
});
|
||||
ret
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user