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

@@ -431,7 +431,7 @@ where
// `rustc_trait_selection::solve::inspect::analyse`.
pub fn instantiate_canonical_state<D, I, T: TypeFoldable<I>>(
delegate: &D,
span: D::Span,
span: I::Span,
param_env: I::ParamEnv,
orig_values: &mut Vec<I::GenericArg>,
state: inspect::CanonicalState<I, T>,