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