We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e11b8 commit 27013d2Copy full SHA for 27013d2
compiler/rustc_middle/src/ty/layout_sanity_check.rs
@@ -21,7 +21,7 @@ pub(super) fn sanity_check_layout<'tcx>(
21
}
22
23
if cfg!(debug_assertions) {
24
- /// Yields non-1-ZST fields of the type
+ /// Yields non-ZST fields of the type
25
fn non_zst_fields<'tcx, 'a>(
26
cx: &'a LayoutCx<'tcx, TyCtxt<'tcx>>,
27
layout: &'a TyAndLayout<'tcx>,
0 commit comments