Home
last modified time | relevance | path

Searched defs:FormatDiffError (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/src/tools/rustfmt/src/format-diff/
Dmain.rs30 enum FormatDiffError { enum
83 fn run(opts: Opts) -> Result<(), FormatDiffError> { in run() argument
88 fn run_rustfmt(files: &HashSet<String>, ranges: &[Range]) -> Result<(), FormatDiffError> { in run_rustfmt() argument