Rename HandlerFlags
as DiagCtxtFlags
.
This commit is contained in:
parent
cce1701c4c
commit
9b1f87c7e8
3 changed files with 8 additions and 8 deletions
|
@ -40,7 +40,7 @@ where
|
|||
///
|
||||
/// If there is some state in a downstream crate you would like to
|
||||
/// access in the methods of `DiagnosticBuilder` here, consider
|
||||
/// extending `HandlerFlags`, accessed via `self.handler.flags`.
|
||||
/// extending `DiagCtxtFlags`.
|
||||
#[must_use]
|
||||
#[derive(Clone)]
|
||||
pub struct DiagnosticBuilder<'a, G: EmissionGuarantee> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue