Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rustfmt/src/
Dformatting.rs380 pub(crate) struct ReportedErrors { struct
403 impl ReportedErrors { impl
405 pub(crate) fn add(&mut self, other: &ReportedErrors) { in add()