mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 22:18:23 +03:00
use EarlyBinder in tcx.(try_)subst_mir_and_normalize_erasing_regions
This commit is contained in:
+1
-1
@@ -361,7 +361,7 @@ pub(crate) fn monomorphize<T>(&self, value: T) -> T
|
||||
self.instance.subst_mir_and_normalize_erasing_regions(
|
||||
self.tcx,
|
||||
ty::ParamEnv::reveal_all(),
|
||||
value,
|
||||
ty::EarlyBinder(value),
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user