Skip to content

Commit 117a60e

Browse files
committed
Erase regions in try_eval_bits
1 parent ac9dfc3 commit 117a60e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_middle/ty/sty.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2225,3 +2225,4 @@ impl<'tcx> TyS<'tcx> {
22252225
tcx.layout_of(tcx.param_env(did).and(self)).map(|layout| layout.is_zst()).unwrap_or(false)
22262226
}
22272227
}
2228+

0 commit comments

Comments
 (0)