1
Fork 0

Rename HandlerFlags as DiagCtxtFlags.

This commit is contained in:
Nicholas Nethercote 2023-12-18 08:47:03 +11:00
parent cce1701c4c
commit 9b1f87c7e8
3 changed files with 8 additions and 8 deletions

View file

@ -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> {