rust/src/test
bors 57d7cfc3cf Auto merge of #56645 - pietroalbini:fix-unused-imports, r=estebank
Initial implementation of rustfixable unused_imports lint

This PR adds the initial implementation of rustfixable `unused_imports` lint. The implementation works, but rustfix is not able to apply all the suggestions until https://github.com/rust-lang/rust/issues/53934 is fixed. It also needs https://github.com/rust-lang/rust/pull/58296 to hide the suggested note since it's really useless.

cc https://github.com/rust-lang/rust/issues/47888

<details><summary><code>cargo fix</code> in action on the <code>unused_imports</code> lint</summary>

![screenshot from 2018-12-09 15-49-01](https://user-images.githubusercontent.com/2299951/49698874-3a026080-fbca-11e8-9bf1-24060b6c59c8.png)

</details>
2019-02-11 10:34:09 +00:00
..
auxiliary
codegen Auto merge of #58129 - RalfJung:maybe-uninit, r=cramertj 2019-02-10 20:03:03 +00:00
codegen-units
compile-fail
compile-fail-fulldeps/auxiliary
debuginfo Update generator upvar debug info 2019-01-27 22:58:59 +01:00
incremental Allow a dirty MirBuilt for make_extern and make_method_extern 2019-02-08 07:25:32 +01:00
mir-opt
pretty Pretty print $crate as crate or crate_name in more cases 2019-01-26 17:11:28 +03:00
run-fail
run-make Provide PTXLinker with fallback to internal target-cpu 2019-01-29 20:55:09 +01:00
run-make-fulldeps Do not ICE in codegen given a extern_type static 2019-02-05 21:20:07 +00:00
run-pass Auto merge of #58129 - RalfJung:maybe-uninit, r=cramertj 2019-02-10 20:03:03 +00:00
run-pass-fulldeps Overhaul syntax::fold::Folder. 2019-02-06 09:06:27 +11:00
run-pass-valgrind
rustdoc Rollup merge of #58243 - GuillaumeGomez:trait-alias-docs, r=Manishearth 2019-02-10 21:45:13 +01:00
rustdoc-js
rustdoc-ui
rustfix
ui Auto merge of #56645 - pietroalbini:fix-unused-imports, r=estebank 2019-02-11 10:34:09 +00:00
ui-fulldeps Auto merge of #57726 - Zoxc:combine-early-lints, r=estebank 2019-01-26 12:21:03 +00:00
COMPILER_TESTS.md