Import regression with use_extern_macros
#50725
Labels
A-resolve
Area: Name/path resolution done by `rustc_resolve` specifically
use_extern_macros
#50725
Found by running our test suite with
use_extern_macros
enabled.With
use_extern_macros
disabled:With
use_extern_macros
enabled:I haven't investigated what happens yet.
use a::b::{self};
should filter away all namespaces except for type, and it should report an error only if nothing is left.In the example with
use std::panic::{self};
above only thepanic
module should be imported (without an error).The text was updated successfully, but these errors were encountered: