1
Fork 0

Remove span from delegate

This commit is contained in:
Michael Goulet 2025-01-29 23:31:31 +00:00
parent 820bfffc25
commit fd1110ce6a
3 changed files with 2 additions and 6 deletions

View file

@ -43,8 +43,6 @@ impl<'tcx> rustc_next_trait_solver::delegate::SolverDelegate for SolverDelegate<
self.0.tcx
}
type Span = Span;
fn build_with_canonical<V>(
interner: TyCtxt<'tcx>,
canonical: &CanonicalQueryInput<'tcx, V>,