Skip to content

Commit aeeab35

Browse files
committed
Add missing space to error message.
1 parent 09783d1 commit aeeab35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/middle/traits/error_reporting.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ fn note_obligation_cause_code<'a, 'tcx>(infcx: &InferCtxt<'a, 'tcx>,
408408
}
409409
ObligationCauseCode::CompareImplMethodObligation => {
410410
span_note!(tcx.sess, cause_span,
411-
"the requirement `{}` appears on the impl method\
411+
"the requirement `{}` appears on the impl method \
412412
but not on the corresponding trait method",
413413
predicate.user_string(infcx.tcx));
414414
}

0 commit comments

Comments
 (0)