Skip to content

Commit 192bb8b

Browse files
committed
Fix imports after rebase
1 parent 8ecdac6 commit 192bb8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

chalk-solve/src/recursive.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ use crate::{Guidance, RustIrDatabase, Solution};
1010
use chalk_engine_base::results::{Fallible, Floundered, NoSolution};
1111
use chalk_ir::interner::Interner;
1212
use chalk_ir::{
13-
Binders, Canonical, ClausePriority, ConstrainedSubst, DomainGoal, Environment, Goal, GoalData,
14-
InEnvironment, Parameter, ParameterKinds, ProgramClause, ProgramClauseData,
15-
ProgramClauseImplication, UCanonical,
13+
Binders, Canonical, ClausePriority, ConstrainedSubst, DomainGoal, Environment, GenericArg,
14+
Goal, GoalData, InEnvironment, ProgramClause, ProgramClauseData, ProgramClauseImplication,
15+
UCanonical, VariableKinds,
1616
};
1717
use rustc_hash::FxHashMap;
1818

0 commit comments

Comments
 (0)