Skip to content

Commit c46bf6e

Browse files
committed
Updating str syntax
1 parent 436d263 commit c46bf6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/pipes.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ fn select2i<A: selectable, B: selectable>(a: A, b: B) -> either<(), ()> {
330330
alt wait_many([a.header(), b.header()]/_) {
331331
0 { left(()) }
332332
1 { right(()) }
333-
_ { fail "wait returned unexpected index" }
333+
_ { fail ~"wait returned unexpected index" }
334334
}
335335
}
336336

0 commit comments

Comments
 (0)