rust-analyzer/crates/ra_parser/src/grammar/items
John Renner 513a3615f6 Report invalid, nested, multi-segment crate-paths
Specifically, things like:

use foo::{crate::bar};

Are now being caught, when before we only caught:

use foo::{crate};
2020-04-30 11:16:09 -07:00
..
adt.rs Support arbitrary discriminants 2020-03-20 08:50:34 +01:00
consts.rs Added test for check doc strings in crates. 2019-09-30 11:58:53 +03:00
traits.rs Rename ast::ImplBlock -> ast::ImplDef 2020-02-29 21:33:15 +01:00
use_item.rs Report invalid, nested, multi-segment crate-paths 2020-04-30 11:16:09 -07:00