compiler: fix some typos
This commit is contained in:
parent
4a56cbec59
commit
eb2b9441e7
7 changed files with 7 additions and 7 deletions
|
@ -1992,7 +1992,7 @@ impl<'tcx> RegionInferenceContext<'tcx> {
|
|||
.find_map(|constraint| {
|
||||
if let ConstraintCategory::Predicate(predicate_span) = constraint.category {
|
||||
// We currentl'y doesn't store the `DefId` in the `ConstraintCategory`
|
||||
// for perforamnce reasons. The error reporting code used by NLL only
|
||||
// for performances reasons. The error reporting code used by NLL only
|
||||
// uses the span, so this doesn't cause any problems at the moment.
|
||||
Some(ObligationCauseCode::BindingObligation(
|
||||
CRATE_DEF_ID.to_def_id(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue