macro_rules! fa_diagnostic_ctx {
(
$kind:ident,
code = $code:expr,
message = $msg:expr
$(, note = $note:expr)?
$(, help = $help:expr)?
) => { ... };
}macro_rules! fa_diagnostic_ctx {
(
$kind:ident,
code = $code:expr,
message = $msg:expr
$(, note = $note:expr)?
$(, help = $help:expr)?
) => { ... };
}