1
Fork 0

Make PassWhere impl Copy.

It's a very small and simple type.
This commit is contained in:
Nicholas Nethercote 2025-02-14 16:29:23 +11:00
parent e03c809402
commit 0519a58f7a
2 changed files with 2 additions and 2 deletions

View file

@ -226,7 +226,7 @@ fn emit_polonius_mir<'tcx>(
regioncx,
closure_region_requirements,
borrow_set,
pass_where.clone(),
pass_where,
out,
)?;