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)