rust/crates/ra_syntax
bors[bot] 1cd18f9237 Merge #991
991: Use Marker argument for item parsers r=matklad a=pcpthm

Before doing this for expressions, I found that the pattern (Marker argument) should be applied to the item parsers because visiblity and modifiers are parsed in a separate function.

Fixed some parser bugs:
- Fix pub_expr: `pub 42;` was allowed.
- Fix incorrect parsing of crate::path: incorrectly parsed as `crate` as a visibility.

Co-authored-by: pcpthm <pcpthm@gmail.com>
2019-03-18 09:32:28 +00:00
..
fuzz kill utils module 2019-02-21 15:57:40 +03:00
src add name resolution from the old impl 2019-03-17 12:46:13 +03:00
tests Merge #991 2019-03-18 09:32:28 +00:00
Cargo.toml fix compilation 2019-02-21 13:37:32 +03:00