pub fn eval_mir_constant<'tcx, S: UnderOwnerState<'tcx>>( s: &S, c: Const<'tcx>, ) -> Option<Const<'tcx>>
Evaluate a mir::Const.
mir::Const