Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 2a76447

Browse files
committed
bless output of ui test hrtb/hrtb-perfect-forwarding.rs
trivial formatting changes
1 parent 860f71f commit 2a76447

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/ui/hrtb/hrtb-perfect-forwarding.polonius.stderr

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ LL | | // Not OK -- The forwarding impl for `Foo` requires that `Bar` also
3939
... |
4040
LL | | foo_hrtb_bar_not(&mut t);
4141
| | ------------------------ recursive call site
42+
LL | |
4243
LL | | }
4344
| |_^ cannot return without recursing
4445
|
@@ -51,7 +52,7 @@ LL | foo_hrtb_bar_not(&mut t);
5152
| ^^^^^^^^^^^^^^^^^^^^^^^^
5253

5354
warning: function cannot return without recursing
54-
--> $DIR/hrtb-perfect-forwarding.rs:49:1
55+
--> $DIR/hrtb-perfect-forwarding.rs:50:1
5556
|
5657
LL | / fn foo_hrtb_bar_hrtb<T>(mut t: T)
5758
LL | | where T : for<'a> Foo<&'a isize> + for<'b> Bar<&'b isize>

0 commit comments

Comments
 (0)