pub(crate) fn format_once(
config: Arc<FormatterConfig>,
compiler: &mut Compiler,
mk_file: &(dyn Fn(&Session) -> Result<Arc<SourceFile>> + Send + Sync),
) -> FormatterResult
pub(crate) fn format_once(
config: Arc<FormatterConfig>,
compiler: &mut Compiler,
mk_file: &(dyn Fn(&Session) -> Result<Arc<SourceFile>> + Send + Sync),
) -> FormatterResult