We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac9dfc3 commit 117a60eCopy full SHA for 117a60e
src/librustc_middle/ty/sty.rs
@@ -2225,3 +2225,4 @@ 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