rust-analyzer/tests/data/parser/inline/0083_postfix_range.rs

2 lines
26 B
Rust
Raw Normal View History

2018-08-05 15:07:06 +00:00
fn foo() { let x = 1..; }