We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8441f95 commit 4968310Copy full SHA for 4968310
tests/ui/impl-trait/member-constraints/reject-choice-due-to-prev-constraint.rs
@@ -8,7 +8,7 @@
8
// As '0 gets outlived by 'a - its "upper bound" - the only applicable choice
9
// region is 'a.
10
//
11
-// '1 has to outlive 'b so the only applicabel choice regions are 'b and 'static.
+// '1 has to outlive 'b so the only applicable choice regions are 'b and 'static.
12
// Considering this member constraint by itself would choose 'b as it is the
13
// smaller of the two regions.
14
0 commit comments