Skip to content

Commit 420245d

Browse files
committed
w
1 parent d49499e commit 420245d

File tree

1 file changed

+0
-6
lines changed
  • compiler/rustc_next_trait_solver/src/solve

1 file changed

+0
-6
lines changed

compiler/rustc_next_trait_solver/src/solve/mod.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -237,12 +237,6 @@ where
237237
}
238238
}
239239

240-
#[derive(Debug)]
241-
pub enum MergeCandidateKind {
242-
AlwaysApplicable(usize),
243-
ConsiderAll,
244-
}
245-
246240
impl<D, I> EvalCtxt<'_, D>
247241
where
248242
D: SolverDelegate<Interner = I>,

0 commit comments

Comments
 (0)