Always evaluate vecs of subdiagnostics eagerly
This commit is contained in:
parent
d6c4de0fb2
commit
a7838d8bd7
6 changed files with 48 additions and 57 deletions
|
@ -517,6 +517,6 @@ pub struct MismatchedStaticLifetime<'a> {
|
|||
pub expl: Option<note_and_explain::RegionExplanation<'a>>,
|
||||
#[subdiagnostic]
|
||||
pub does_not_outlive_static_from_impl: DoesNotOutliveStaticFromImpl,
|
||||
#[subdiagnostic(eager)]
|
||||
#[subdiagnostic]
|
||||
pub implicit_static_lifetimes: Vec<ImplicitStaticLifetimeSubdiag>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue