Closed
Description
There was a recent regression in the ability to write code like
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