diff options
author | John Renner <[email protected]> | 2020-04-30 18:41:24 +0100 |
---|---|---|
committer | John Renner <[email protected]> | 2020-04-30 19:16:09 +0100 |
commit | 513a3615f6d462852c0135dc4ac30a2086e25c5a (patch) | |
tree | 31b5de91f47cf315074dcf7b1a7282accdbfad1d /crates/ra_syntax/test_data/parser/inline | |
parent | fec1e7c8e10e1c592642fac0c497cd57bd3f003c (diff) |
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};
Diffstat (limited to 'crates/ra_syntax/test_data/parser/inline')
-rw-r--r-- | crates/ra_syntax/test_data/parser/inline/ok/0002_use_tree_list.rast | 49 | ||||
-rw-r--r-- | crates/ra_syntax/test_data/parser/inline/ok/0002_use_tree_list.rs | 2 |
2 files changed, 26 insertions, 25 deletions