[][src]Derive Macro rustc_ap_rustc_macros::SessionDiagnostic

#[derive(SessionDiagnostic)]
{
    // Attributes available to this derive:
    #[message]
    #[lint]
    #[error]
    #[label]
    #[suggestion]
    #[suggestion_short]
    #[suggestion_hidden]
    #[suggestion_verbose]
}