Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rustfmt/src/
Dlib.rs215 fn track_errors(&self, new_errors: &[FormattingError]) { in track_errors() method
/third_party/rust/rust/compiler/rustc_session/src/
Dsession.rs621 pub fn track_errors<F, T>(&self, f: F) -> Result<T, ErrorGuaranteed> in track_errors() method