Add missing space to error message.

This commit is contained in:
Niko Matsakis 2015-01-27 05:57:12 -05:00
parent 09783d1dab
commit aeeab35ec2
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ fn note_obligation_cause_code<'a, 'tcx>(infcx: &InferCtxt<'a, 'tcx>,
}
ObligationCauseCode::CompareImplMethodObligation => {
span_note!(tcx.sess, cause_span,
"the requirement `{}` appears on the impl method\
"the requirement `{}` appears on the impl method \
but not on the corresponding trait method",
predicate.user_string(infcx.tcx));
}