Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rustfmt/src/
Dformatting.rs311 pub(crate) struct FormattingError { struct
319 impl FormattingError { argument
324 ) -> FormattingError { in from_span()
Dlib.rs205 fn append(&self, f: FileName, mut v: Vec<FormattingError>) { in append()
215 fn track_errors(&self, new_errors: &[FormattingError]) { in track_errors()