run

Function run 

Source
pub(crate) fn run<'tcx, F, T>(
    interface: &CompilerInterface<'tcx>,
    f: F,
) -> Result<T, Error>
where F: FnOnce() -> T,