1
Fork 0

remove unify_key::replace_if_possible

This commit is contained in:
lcnr 2022-04-01 12:41:35 +02:00
parent 18fae7b2e5
commit c2b5a7ea52
6 changed files with 11 additions and 43 deletions

View file

@ -70,8 +70,6 @@ mod sub;
pub mod type_variable;
mod undo_log;
pub use rustc_middle::infer::unify_key;
#[must_use]
#[derive(Debug)]
pub struct InferOk<'tcx, T> {