rustc: doc comments
This commit is contained in:
parent
0b7af2668a
commit
c3e182cf43
343 changed files with 2260 additions and 2241 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue