rust-analyzer/crates/ra_syntax/test_data/parser
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 Report invalid, nested, multi-segment crate-paths 2020-04-30 11:16:09 -07:00
fuzz-failures rename struct -> record, pos -> tuple 2019-08-23 16:59:50 +03:00
inline Report invalid, nested, multi-segment crate-paths 2020-04-30 11:16:09 -07:00
ok Convert tests to text-size 2020-04-25 11:59:18 +02:00