Does the main function compile? If so, why? If not, what do you need to change?
fn main() {
let Some(x) = some_option_value;
}
Does the main function compile? If so, why? If not, what do you need to change?
fn main() {
let Some(x) = some_option_value;
}