Enum xswag_base::diag::Snippet
[−]
[src]
pub enum Snippet { None, Orig(Span), Replace { span: Span, with: String, }, }
Variants
None | No snippet | ||||
Orig | Show the original code with this highlighted span | ||||
Replace | Show original code, but replace a part of it with something new and highlight the new part. Hint: also able to only insert. Fields
|