Skip to content

Commit 55f105f

Browse files
committed
Remove unnecessary info!
1 parent f60ded9 commit 55f105f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compiler/rustc_trait_selection/src/traits/error_reporting/type_err_ctxt_ext.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,6 @@ impl<'tcx> TypeErrCtxt<'_, 'tcx> {
166166
for from_expansion in [false, true] {
167167
for (error, suppressed) in iter::zip(&errors, &is_suppressed) {
168168
if !suppressed && error.obligation.cause.span.from_expansion() == from_expansion {
169-
info!(?error.obligation);
170-
info!(?error.obligation.cause);
171169
let guar = self.report_fulfillment_error(error);
172170
reported = Some(guar);
173171
self.reported_trait_errors

0 commit comments

Comments
 (0)