Enum xswag_base::diag::RemarkKind
[−]
[src]
pub enum RemarkKind { Error, Warning, Note, }
Kinds of remarks
Variants
Error | Something went very wrong and will stop further processing |
Warning | Something important should be fixed, but doesn't stop processing |
Note | Additional information about an error or a warning |