Erase regions in try_eval_bits

This commit is contained in:
Aaron Hill 2020-06-11 15:27:49 -04:00
parent ac9dfc3e77
commit 117a60e1f5
No known key found for this signature in database
GPG key ID: B4087E510E98B164

View file

@ -2225,3 +2225,4 @@ impl<'tcx> TyS<'tcx> {
tcx.layout_of(tcx.param_env(did).and(self)).map(|layout| layout.is_zst()).unwrap_or(false)
}
}