Closed
Description
It looks like the change is rust-lang/rust#50536. ParamEnv::can_type_implement_copy
went from (TyCtxt, Ty, Span) -> Result<_, _>
to (TyCtxt, Ty) -> Result<_, _>
.
It looks like the only place this is called is
which should be fixable by just removing the span
argument.
Metadata
Metadata
Assignees
Labels
No labels