pub fn is_unstable_const_fn(tcx: TyCtxt<'_>, def_id: DefId) -> Option<Symbol>
Expand description

Whether the def_id is an unstable const fn and what feature gate is necessary to enable it