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