Skip to content

Commit 304b993

Browse files
committed
Resolve rebase error
1 parent 9b21304 commit 304b993

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_type_ir/src/flags.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@ impl<I: Interner> FlagComputation<I> {
408408
self.add_term(t1);
409409
self.add_term(t2);
410410
}
411+
ty::PredicateKind::Clause(ty::ClauseKind::UnstableFeature(_)) => todo!()
411412
}
412413
}
413414

0 commit comments

Comments
 (0)