Skip to content

Commit 25f9e09

Browse files
committed
rarw rebases are hard
1 parent 04f0245 commit 25f9e09

File tree

1 file changed

+2
-2
lines changed
  • compiler/rustc_next_trait_solver/src/solve/assembly

1 file changed

+2
-2
lines changed

compiler/rustc_next_trait_solver/src/solve/assembly/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ use derive_where::derive_where;
88
use rustc_type_ir::inherent::*;
99
use rustc_type_ir::lang_items::TraitSolverLangItem;
1010
use rustc_type_ir::{
11-
self as ty, Interner, TypeFoldable, TypeSuperVisitable, TypeVisitable, TypeVisitableExt as _,
12-
TypeVisitor, TypingMode, Upcast as _, elaborate,
11+
self as ty, Interner, TypeFoldable, TypeFolder, TypeSuperFoldable, TypeSuperVisitable,
12+
TypeVisitable, TypeVisitableExt as _, TypeVisitor, TypingMode, Upcast as _, elaborate,
1313
};
1414
use tracing::instrument;
1515

0 commit comments

Comments
 (0)