update references due to removing tabs
This commit is contained in:
parent
d32428bc5f
commit
39478e8ab1
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
error[E0624]: borrow may still be in use when generator yields
|
||||
--> $DIR/yield-in-args-rev.rs:20:15
|
||||
--> $DIR/yield-in-args-rev.rs:20:21
|
||||
|
|
||||
20 | foo(yield, &b); //~ ERROR
|
||||
| ----- ^
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
error[E0624]: borrow may still be in use when generator yields
|
||||
--> $DIR/yield-in-args.rs:18:8
|
||||
--> $DIR/yield-in-args.rs:18:14
|
||||
|
|
||||
18 | foo(&b, yield); //~ ERROR
|
||||
| ^ ----- possible yield occurs here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue