aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/inline/ok/0002_use_tree_list.rs
Commit message (Collapse)AuthorAgeFilesLines
* Report invalid, nested, multi-segment crate-pathsJohn Renner2020-04-301-1/+1
| | | | | | | | | | Specifically, things like: use foo::{crate::bar}; Are now being caught, when before we only caught: use foo::{crate};
* move syntax tests to unit testsAleksey Kladov2019-07-241-0/+4