update references due to removing tabs

This commit is contained in:
Niko Matsakis 2017-07-16 05:03:21 -04:00 committed by John Kåre Alsaker
parent d32428bc5f
commit 39478e8ab1
2 changed files with 2 additions and 2 deletions

View File

@ -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
| ----- ^

View File

@ -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