>>560
書き直せばいい
let result = match (0..100).find(f) {
Some(i) => foo(i)?,
None => bar()?,
};