Fix a comment.
There are quite a few hand-written `IntoDiagnostic` impls.
This commit is contained in:
parent
81f50fd7e3
commit
3db58e636f
@ -15,7 +15,7 @@
|
||||
use std::panic;
|
||||
use std::thread::panicking;
|
||||
|
||||
/// Trait implemented by error types. This should not be implemented manually. Instead, use
|
||||
/// Trait implemented by error types. This is rarely implemented manually. Instead, use
|
||||
/// `#[derive(Diagnostic)]` -- see [rustc_macros::Diagnostic].
|
||||
#[rustc_diagnostic_item = "IntoDiagnostic"]
|
||||
pub trait IntoDiagnostic<'a, G: EmissionGuarantee = ErrorGuaranteed> {
|
||||
|
Loading…
Reference in New Issue
Block a user