rust/crates/libsyntax2/tests/data/parser/inline/0075_try_expr.rs

4 lines
21 B
Rust
Raw Normal View History

2018-08-04 15:34:54 +02:00
fn foo() {
x?;
}