about summary refs log tree commit diff
path: root/compiler
diff options
context:
space:
mode:
Diffstat (limited to 'compiler')
-rw-r--r--compiler/rustc_middle/src/ty/layout_sanity_check.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_middle/src/ty/layout_sanity_check.rs b/compiler/rustc_middle/src/ty/layout_sanity_check.rs
index 38dc6533837..87c85dcfff3 100644
--- a/compiler/rustc_middle/src/ty/layout_sanity_check.rs
+++ b/compiler/rustc_middle/src/ty/layout_sanity_check.rs
@@ -21,7 +21,7 @@ pub(super) fn sanity_check_layout<'tcx>(
     }
 
     if cfg!(debug_assertions) {
-        /// Yields non-1-ZST fields of the type
+        /// Yields non-ZST fields of the type
         fn non_zst_fields<'tcx, 'a>(
             cx: &'a LayoutCx<'tcx, TyCtxt<'tcx>>,
             layout: &'a TyAndLayout<'tcx>,