Function rustc_const_eval::util::alignment::is_within_packed

source ·
pub fn is_within_packed<'tcx, L>(
    tcx: TyCtxt<'tcx>,
    local_decls: &L,
    place: Place<'tcx>
) -> Option<Align>
where L: HasLocalDecls<'tcx>,