rust-analyzer/crates/ra_syntax/test_data/parser/inline
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
..
err Convert tests to text-size 2020-04-25 11:59:18 +02:00
ok Report invalid, nested, multi-segment crate-paths 2020-04-30 11:16:09 -07:00