pub fn last_phase(emit: EmitKind) -> PhaseExpand description
The last phase that runs, given what the user asked to be emitted.
--emit=tast and the other intermediate dumps stop where -S stops, because they are
produced inside the compile phase and there is nothing after them to run.