rustc_const_eval::util

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