Skip to content

Commit

Permalink
Update src/librustc/infer/lexical_region_resolve/mod.rs
Browse files Browse the repository at this point in the history
Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
  • Loading branch information
nikomatsakis and Centril committed Jul 2, 2019
1 parent cf721c5 commit 56ae0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/infer/lexical_region_resolve/mod.rs
Expand Up @@ -238,7 +238,7 @@ impl<'cx, 'tcx> LexicalResolver<'cx, 'tcx> {
) -> bool {
debug!("enforce_member_constraint(member_constraint={:#?})", member_constraint);

// the constraint is some inference variable (`vid`) which
// The constraint is some inference variable (`vid`) which
// must be equal to one of the options
let member_vid = match member_constraint.member_region {
ty::ReVar(vid) => *vid,
Expand Down

0 comments on commit 56ae0bf

Please sign in to comment.