floop 0.1.2

A more convenient and less error prone replacement for loop `{ select! { .. }}`
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: Unexpected token: expected unsynn::fundamental::EndOfStream, found Ident { sym: foo, span: #0 bytes(100..103) } at LineColumn { line: 8, column: 8 }
 --> tests/compile_fail/missing_arm.rs:6:13
  |
6 |       let _ = floop! {
  |  _____________^
7 | |         biased
8 | |         foo in ready(()) => ,
9 | |     };
  | |_____^
  |
  = note: this error originates in the macro `floop` (in Nightly builds, run with -Z macro-backtrace for more info)