Searched defs:report_errors (Results 1 – 5 of 5) sorted by relevance
531 bool report_errors() const { return report_errors_; } in report_errors() function532 void set_report_errors(bool report_errors) { in set_report_errors()
104 int stack_limit, bool report_errors) { in Init()
212 bool report_errors = true; local
122 pub(crate) fn report_errors(&mut self, krate: &Crate) { in report_errors() method
3503 let report_errors = |this: &mut Self, res: Option<Res>| { in smart_resolve_path_fragment() localVariable