mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-17 01:13:11 +00:00
fix a comment
This commit is contained in:
parent
98e11b8aed
commit
27013d2363
@ -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>,
|
||||
|
Loading…
Reference in New Issue
Block a user