We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 117a60e commit 90aee14Copy full SHA for 90aee14
src/librustc_middle/ty/sty.rs
@@ -2225,4 +2225,3 @@ impl<'tcx> TyS<'tcx> {
2225
tcx.layout_of(tcx.param_env(did).and(self)).map(|layout| layout.is_zst()).unwrap_or(false)
2226
}
2227
2228
-
0 commit comments