aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/tests/data/parser/err/0027_incomplere_where_for.rs
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-11-06 18:19:32 +0000
committerAleksey Kladov <[email protected]>2018-11-06 18:19:32 +0000
commitec131b6c7bd27d9034ed5e600b80420d35c00a21 (patch)
treeb0007b25088335b70d1f7109824fdaeaec08a6eb /crates/ra_syntax/tests/data/parser/err/0027_incomplere_where_for.rs
parentdafe747dcc069084fc8bc771c5dcf72e7cb9ec23 (diff)
grammar: fix where clause parsing
closes #205
Diffstat (limited to 'crates/ra_syntax/tests/data/parser/err/0027_incomplere_where_for.rs')
-rw-r--r--crates/ra_syntax/tests/data/parser/err/0027_incomplere_where_for.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/ra_syntax/tests/data/parser/err/0027_incomplere_where_for.rs b/crates/ra_syntax/tests/data/parser/err/0027_incomplere_where_for.rs
new file mode 100644
index 000000000..2792c2084
--- /dev/null
+++ b/crates/ra_syntax/tests/data/parser/err/0027_incomplere_where_for.rs
@@ -0,0 +1,3 @@
1fn foo()
2 where for<'a>
3{}