fix a comment

This commit is contained in:
Ralf Jung 2022-08-02 08:05:11 -04:00
parent 98e11b8aed
commit 27013d2363

View File

@ -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>,