Skip to main content

last_phase

Function last_phase 

Source
pub fn last_phase(emit: EmitKind) -> Phase
Expand 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.