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 9b21304 commit 304b993Copy full SHA for 304b993
1 file changed
compiler/rustc_type_ir/src/flags.rs
@@ -408,6 +408,7 @@ impl<I: Interner> FlagComputation<I> {
408
self.add_term(t1);
409
self.add_term(t2);
410
}
411
+ ty::PredicateKind::Clause(ty::ClauseKind::UnstableFeature(_)) => todo!()
412
413
414
0 commit comments