Skip to content

Commit

Permalink
eager is the default now
Browse files Browse the repository at this point in the history
  • Loading branch information
IntQuant committed Dec 28, 2022
1 parent 2a8b17d commit 0c50e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_infer/src/errors/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ pub struct TraitPlaceholderMismatch<'tcx> {
pub def_id: String,
pub trait_def_id: String,

#[subdiagnostic(eager)]
#[subdiagnostic]
pub actual_impl_expl_notes: Vec<ActualImplExplNotes<'tcx>>,
}

Expand Down

0 comments on commit 0c50e1f

Please sign in to comment.