rust-analyzer/crates/ra_parser/src/grammar/items
Ville Penttinen 23fdc562bf Add new TYPE_BOUND_LIST and TYPE_BOUND syntax kinds
These are now used when parsing type bounds. In addition parsing paths inside a
bound now does not recursively parse paths, rather they are treated as separate
bounds, separated by +.
2019-03-30 17:11:21 +02:00
..
consts.rs replace todo with fixme 2019-03-23 11:07:09 +03:00
nominal.rs replace todo with fixme 2019-03-23 11:07:09 +03:00
traits.rs Add new TYPE_BOUND_LIST and TYPE_BOUND syntax kinds 2019-03-30 17:11:21 +02:00
use_item.rs replace todo with fixme 2019-03-23 11:07:09 +03:00