We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f167efa commit 300da9aCopy full SHA for 300da9a
compiler/rustc_type_ir/src/search_graph/mod.rs
@@ -287,7 +287,7 @@ impl<X: Cx> NestedGoals<X> {
287
}
288
289
290
- #[rustc_lint_query_instability]
+ #[cfg_attr(feature = "nightly", rustc_lint_query_instability)]
291
#[allow(rustc::potential_query_instability)]
292
fn iter(&self) -> impl Iterator<Item = (X::Input, UsageKind)> + '_ {
293
self.nested_goals.iter().map(|(i, p)| (*i, *p))
0 commit comments