diff options
Diffstat (limited to 'crates/syntax/test_data/parser/err/0017_incomplete_binexpr.rs')
-rw-r--r-- | crates/syntax/test_data/parser/err/0017_incomplete_binexpr.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/syntax/test_data/parser/err/0017_incomplete_binexpr.rs b/crates/syntax/test_data/parser/err/0017_incomplete_binexpr.rs new file mode 100644 index 000000000..17bd49777 --- /dev/null +++ b/crates/syntax/test_data/parser/err/0017_incomplete_binexpr.rs | |||
@@ -0,0 +1,4 @@ | |||
1 | fn foo(foo: i32) { | ||
2 | let bar = 92; | ||
3 | 1 + | ||
4 | } | ||