File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -44,12 +44,6 @@ LL | | }
4444 |
4545 = help: a `loop` may express intention better if this is on purpose
4646
47- error: higher-ranked subtype error
48- --> $DIR/hrtb-perfect-forwarding.rs:46:5
49- |
50- LL | foo_hrtb_bar_not(&mut t);
51- | ^^^^^^^^^^^^^^^^^^^^^^^^
52-
5347error: lifetime may not live long enough
5448 --> $DIR/hrtb-perfect-forwarding.rs:46:5
5549 |
@@ -61,6 +55,12 @@ LL | foo_hrtb_bar_not(&mut t);
6155 |
6256 = help: consider replacing `'b` with `'static`
6357
58+ error: higher-ranked subtype error
59+ --> $DIR/hrtb-perfect-forwarding.rs:46:5
60+ |
61+ LL | foo_hrtb_bar_not(&mut t);
62+ | ^^^^^^^^^^^^^^^^^^^^^^^^
63+
6464warning: function cannot return without recursing
6565 --> $DIR/hrtb-perfect-forwarding.rs:49:1
6666 |
You can’t perform that action at this time.
0 commit comments