eager is the default now
This commit is contained in:
parent
2a8b17dbc5
commit
0c50e1f146
1 changed files with 1 additions and 1 deletions
|
@ -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>>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue