Commit 4dc7793 1 parent 1d9c561 commit 4dc7793 Copy full SHA for 4dc7793
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -44,12 +44,6 @@ LL | | }
44
44
|
45
45
= help: a `loop` may express intention better if this is on purpose
46
46
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
-
53
47
error: lifetime may not live long enough
54
48
--> $DIR/hrtb-perfect-forwarding.rs:46:5
55
49
|
@@ -61,6 +55,12 @@ LL | foo_hrtb_bar_not(&mut t);
61
55
|
62
56
= help: consider replacing `'b` with `'static`
63
57
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
+
64
64
warning: function cannot return without recursing
65
65
--> $DIR/hrtb-perfect-forwarding.rs:49:1
66
66
|
You can’t perform that action at this time.
0 commit comments