Auto merge of #105233 - mejrs:always_eager, r=estebank
Always evaluate vecs of subdiagnostics eagerly
See 310186705
for context
This commit is contained in:
commit
fbf8b937b4
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