aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/err/0040_illegal_crate_kw_location.rast
Commit message (Collapse)AuthorAgeFilesLines
* Update testsAleksey Kladov2020-07-301-4/+4
|
* Report invalid, nested, multi-segment crate-pathsJohn Renner2020-04-301-49/+64
| | | | | | | | | | Specifically, things like: use foo::{crate::bar}; Are now being caught, when before we only caught: use foo::{crate};
* Validate the location of `crate` in pathsJohn Renner2020-04-291-0/+76