add parsing support for use ::*
syntax
#261
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
this is modeled after the import-glob-crate test. but i only found out after parsing that this test actually only works on rust 2015, for all other editions it just doesn't work.
if you don't want to support silly rust 2015 features, then i will completely understand if you don't merge this in, i just didn't realize until too late and now i have the fix so i may as well just create a pr anyway
i have patched my rustc-vs-tree-sitter-rust-mismatch finder script to only print tests that also work in rust 2018+, cause i don't really want to waste my time on rust 2015 only features.
the slightly miserable diff of rustc tests:
this is kinda silly