update references due to removing tabs
This commit is contained in:
parent
d32428bc5f
commit
39478e8ab1
@ -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…
Reference in New Issue
Block a user