1
Fork 0

rustc: doc comments

This commit is contained in:
Alexander Regueiro 2019-02-08 14:53:55 +01:00
parent 0b7af2668a
commit c3e182cf43
343 changed files with 2260 additions and 2241 deletions

View file

@ -389,7 +389,7 @@ impl Handler {
/// Resets the diagnostic error count as well as the cached emitted diagnostics.
///
/// NOTE: DO NOT call this function from rustc. It is only meant to be called from external
/// NOTE: *do not* call this function from rustc. It is only meant to be called from external
/// tools that want to reuse a `Parser` cleaning the previously emitted diagnostics as well as
/// the overall count of emitted error diagnostics.
pub fn reset_err_count(&self) {