rust/tests/ui/auxiliary
Christian Stefanescu 5b07b9ed61 Widen understanding of prelude import
Prelude imports are exempt from wildcard import warnings. Until now only
imports of the form

```
use ...::prelude::*;
```

were considered. This change makes it so that the segment `prelude` can
show up anywhere, for instance:

```
use ...::prelude::v1::*;
```

Fixes #5917
2020-08-22 14:22:02 +02:00
..
doc_unsafe_macros.rs
implicit_hasher_macros.rs
macro_rules.rs
macro_use_helper.rs wip: of handling nested import paths for multi-macro paths 2020-06-08 16:00:33 -04:00
option_helpers.rs
proc_macro_attr.rs
proc_macro_derive.rs
use_self_macro.rs
wildcard_imports_helper.rs Widen understanding of prelude import 2020-08-22 14:22:02 +02:00