diff options
author | Geoffry Song <[email protected]> | 2019-11-15 20:05:29 +0000 |
---|---|---|
committer | Geoffry Song <[email protected]> | 2019-11-15 20:05:29 +0000 |
commit | 5645c153e0379874d1f44ab149c3ec9257812692 (patch) | |
tree | 82739e158bc148307ac245f5b97c6e97a4d65c69 /crates/ra_syntax/test_data | |
parent | a68aefdc463af054e7e98293c06b751c135911d5 (diff) |
Attempt to implement typed accessors
Diffstat (limited to 'crates/ra_syntax/test_data')
-rw-r--r-- | crates/ra_syntax/test_data/parser/err/0038_endless_inclusive_range.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_syntax/test_data/parser/err/0038_endless_inclusive_range.txt b/crates/ra_syntax/test_data/parser/err/0038_endless_inclusive_range.txt index 749d53609..3810b9680 100644 --- a/crates/ra_syntax/test_data/parser/err/0038_endless_inclusive_range.txt +++ b/crates/ra_syntax/test_data/parser/err/0038_endless_inclusive_range.txt | |||
@@ -26,5 +26,5 @@ SOURCE_FILE@[0; 33) | |||
26 | WHITESPACE@[30; 31) "\n" | 26 | WHITESPACE@[30; 31) "\n" |
27 | R_CURLY@[31; 32) "}" | 27 | R_CURLY@[31; 32) "}" |
28 | WHITESPACE@[32; 33) "\n" | 28 | WHITESPACE@[32; 33) "\n" |
29 | error [17; 20): An inclusive range must have an end expression | 29 | error [16; 20): An inclusive range must have an end expression |
30 | error [26; 29): An inclusive range must have an end expression | 30 | error [26; 29): An inclusive range must have an end expression |