fix a comment
This commit is contained in:
parent
98e11b8aed
commit
27013d2363
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ pub(super) fn sanity_check_layout<'tcx>(
|
||||||
}
|
}
|
||||||
|
|
||||||
if cfg!(debug_assertions) {
|
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>(
|
fn non_zst_fields<'tcx, 'a>(
|
||||||
cx: &'a LayoutCx<'tcx, TyCtxt<'tcx>>,
|
cx: &'a LayoutCx<'tcx, TyCtxt<'tcx>>,
|
||||||
layout: &'a TyAndLayout<'tcx>,
|
layout: &'a TyAndLayout<'tcx>,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue