aboutsummaryrefslogtreecommitdiff
path: root/doc/usage/select.rs
blob: 8cffcf88787092c40162246e703ccaadd2d10200 (plain) (blame)
1
2
3
fn example() {
    select! [{ 100 } else { 200 }];
}