Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 4e87728

Browse files
committed
Replace EarlyBinder(x) with EarlyBinder::new(x)
1 parent be82095 commit 4e87728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ impl<'tcx> FunctionCx<'_, '_, 'tcx> {
361361
self.instance.subst_mir_and_normalize_erasing_regions(
362362
self.tcx,
363363
ty::ParamEnv::reveal_all(),
364-
ty::EarlyBinder(value),
364+
ty::EarlyBinder::new(value),
365365
)
366366
}
367367

0 commit comments

Comments
 (0)