fn might_permit_raw_init_lax<'tcx>(
this: TyAndLayout<'tcx>,
cx: &LayoutCx<'tcx, TyCtxt<'tcx>>,
init_kind: ValidityRequirement,
) -> Result<bool, &'tcx LayoutError<'tcx>>
Expand description
Implements the ‘lax’ (default) version of the might_permit_raw_init
checks; see that function for
details.