Skip to content

Commit 4968310

Browse files
lcnrlqd
andauthored
Update tests/ui/impl-trait/member-constraints/reject-choice-due-to-prev-constraint.rs
Co-authored-by: Rémy Rakic <[email protected]>
1 parent 8441f95 commit 4968310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/impl-trait/member-constraints/reject-choice-due-to-prev-constraint.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// As '0 gets outlived by 'a - its "upper bound" - the only applicable choice
99
// region is 'a.
1010
//
11-
// '1 has to outlive 'b so the only applicabel choice regions are 'b and 'static.
11+
// '1 has to outlive 'b so the only applicable choice regions are 'b and 'static.
1212
// Considering this member constraint by itself would choose 'b as it is the
1313
// smaller of the two regions.
1414
//

0 commit comments

Comments
 (0)