RFC Mentoring Opportunity: Permit `?` in `main()`

fn main() {
    catch {
        let mut core = Core::new()?;
        ...
    }.unwrap();
}

surely. Otherwise where does the error go?

3 Likes