We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac638c1 commit 166aef9Copy full SHA for 166aef9
compiler/rustc_query_system/src/query/job.rs
@@ -554,7 +554,6 @@ pub(crate) fn report_cycle<'a>(
554
usage: query.description,
555
});
556
}
557
- // let cycle_usage = usage.map(|(span, query)| query.default_span(span))
558
559
let alias = if stack.iter().all(|entry| entry.query.def_kind == Some(DefKind::TyAlias)) {
560
Some(crate::error::Alias::Ty)
0 commit comments