Skip to content

Commit 56ae0bf

Browse files
nikomatsakisCentril
andcommitted
Update src/librustc/infer/lexical_region_resolve/mod.rs
Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
1 parent cf721c5 commit 56ae0bf

File tree

1 file changed

+1
-1
lines changed
  • src/librustc/infer/lexical_region_resolve

1 file changed

+1
-1
lines changed

src/librustc/infer/lexical_region_resolve/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ impl<'cx, 'tcx> LexicalResolver<'cx, 'tcx> {
238238
) -> bool {
239239
debug!("enforce_member_constraint(member_constraint={:#?})", member_constraint);
240240

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

0 commit comments

Comments
 (0)