mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00

Specifically, things like: use foo::{crate::bar}; Are now being caught, when before we only caught: use foo::{crate};
Specifically, things like: use foo::{crate::bar}; Are now being caught, when before we only caught: use foo::{crate};