rust/crates/ra_syntax
Geoffry Song b63f260bbc Lower the precedence of the as operator.
Previously, the `as` operator was being parsed like a postfix expression, and
therefore being given the highest possible precedence. That caused it to bind
more tightly than prefix operators, which it should not. Instead, parse it
somewhat like a normal binary expression with some special-casing.
2019-10-03 00:27:09 -07:00
..
fuzz Added test for check doc strings in crates. 2019-09-30 11:58:53 +03:00
src Merge branch 'master' into feature/issue/1856 2019-09-30 12:07:26 +03:00
test_data Lower the precedence of the as operator. 2019-10-03 00:27:09 -07:00
Cargo.toml Start simplifying editing API 2019-09-26 22:22:08 +03:00