aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/err/0038_endless_inclusive_range.rs
blob: 0b4ed7a2bc20595bcc63c59a9119f8e60afee18b (plain)
1
2
3
4
fn main() {
    0..=;
    ..=;
}