Skip to content

Commit 0c50e1f

Browse files
committed
eager is the default now
1 parent 2a8b17d commit 0c50e1f

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_infer/src/errors

1 file changed

+1
-1
lines changed

compiler/rustc_infer/src/errors/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ pub struct TraitPlaceholderMismatch<'tcx> {
777777
pub def_id: String,
778778
pub trait_def_id: String,
779779

780-
#[subdiagnostic(eager)]
780+
#[subdiagnostic]
781781
pub actual_impl_expl_notes: Vec<ActualImplExplNotes<'tcx>>,
782782
}
783783

0 commit comments

Comments
 (0)