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 860f71f commit 2a76447Copy full SHA for 2a76447
src/test/ui/hrtb/hrtb-perfect-forwarding.polonius.stderr
@@ -39,6 +39,7 @@ LL | | // Not OK -- The forwarding impl for `Foo` requires that `Bar` also
39
... |
40
LL | | foo_hrtb_bar_not(&mut t);
41
| | ------------------------ recursive call site
42
+LL | |
43
LL | | }
44
| |_^ cannot return without recursing
45
|
@@ -51,7 +52,7 @@ LL | foo_hrtb_bar_not(&mut t);
51
52
| ^^^^^^^^^^^^^^^^^^^^^^^^
53
54
warning: function cannot return without recursing
- --> $DIR/hrtb-perfect-forwarding.rs:49:1
55
+ --> $DIR/hrtb-perfect-forwarding.rs:50:1
56
57
LL | / fn foo_hrtb_bar_hrtb<T>(mut t: T)
58
LL | | where T : for<'a> Foo<&'a isize> + for<'b> Bar<&'b isize>
0 commit comments