blob: de7f8b4a5e248e100354baade46c0cf1af90026d [file] [log] [blame]
// rustfmt-use_try_shorthand: false
// Use try! shorthand
fn main() {
let lorem = try!(ipsum.map(|dolor| dolor.sit()));
}