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 External macro check for missing_*_doc 2020-01-04 20:19:14 +01:00
implicit_hasher_macros.rs Fix bug in implicit_hasher causing crashes 2019-07-11 08:47:05 +02:00
macro_rules.rs Allow option-env-unwrap within external macros 2020-02-09 10:58:08 -08:00
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 Add skip_while_next lint 2020-01-20 10:56:02 +09:00
proc_macro_attr.rs Make empty_line_after_outer_attr an early lint 2020-05-26 16:52:02 +02:00
proc_macro_derive.rs Stabilize fn-like proc macros in expression, pattern and statement positions 2020-05-03 19:24:41 +03:00
use_self_macro.rs Add regression test for ICE in use-self lint 2019-10-15 15:02:09 +02:00
wildcard_imports_helper.rs Widen understanding of prelude import 2020-08-22 14:22:02 +02:00