floop 0.1.1

A more convenient and less error prone replacement for loop `{ select! { .. }}`
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
error[E0080]: evaluation panicked: explicit panic
 --> tests/compile_fail/const_panic_fails.rs:4:9
  |
4 |         panic!()
  |         ^^^^^^^^ evaluation of `main::{constant#0}` failed here

note: erroneous constant encountered
 --> tests/compile_fail/const_panic_fails.rs:3:5
  |
3 | /     const {
4 | |         panic!()
5 | |     }
  | |_____^