rust-analyzer/tests/data/parser/inline/0076_cond.rs

2 lines
38 B
Rust
Raw Normal View History

2018-08-04 22:03:22 +00:00
fn foo() { if let Some(_) = None {} }