rust/tests/target/configs-use_try_shorthand-false.rs
2017-05-01 15:58:04 +02:00

6 lines
127 B
Rust

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