1
Fork 0

eager is the default now

This commit is contained in:
Nikita Tomashevich 2022-12-28 15:24:18 +03:00
parent 2a8b17dbc5
commit 0c50e1f146
No known key found for this signature in database
GPG key ID: B29791D4D878E345

View file

@ -777,7 +777,7 @@ pub struct TraitPlaceholderMismatch<'tcx> {
pub def_id: String, pub def_id: String,
pub trait_def_id: String, pub trait_def_id: String,
#[subdiagnostic(eager)] #[subdiagnostic]
pub actual_impl_expl_notes: Vec<ActualImplExplNotes<'tcx>>, pub actual_impl_expl_notes: Vec<ActualImplExplNotes<'tcx>>,
} }