Closed
Description
This works with no #![feature]
:
fn main() {
let x: Option<_> = do catch { 4 };
}
I expect this to be fixed with #52602, but wanted to file explicitly for tracking.
This works with no #![feature]
:
fn main() {
let x: Option<_> = do catch { 4 };
}
I expect this to be fixed with #52602, but wanted to file explicitly for tracking.