There was a recent regression in the ability to write code like ```rust use { crate::{...}, ... }; ``` It used to work under the new edition but now reports "failed to resolve. global paths cannot start with `crate`". cc @eddyb, @petrochenkov
There was a recent regression in the ability to write code like
It used to work under the new edition but now reports "failed to resolve. global paths cannot start with
crate". cc @eddyb, @petrochenkov