// rustfmt-use_try_shorthand: true // rustfmt-edition: 2015 // Use try! shorthand fn main() { let lorem = ipsum.map(|dolor| dolor.sit())?; }