]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/outer_expn_data.rs
iterate List by value
[rust.git] / tests / ui / outer_expn_data.rs
index b69525d04c119e1cffaebb54bf43b23cf88cb7f0..5405d475d1accd4b1a49dd4bfea06bcf5464b3dc 100644 (file)
@@ -3,12 +3,13 @@
 #![deny(clippy::internal)]
 #![feature(rustc_private)]
 
-extern crate rustc;
 extern crate rustc_hir;
+extern crate rustc_lint;
+extern crate rustc_middle;
 #[macro_use]
 extern crate rustc_session;
-use rustc::lint::{LateContext, LateLintPass};
 use rustc_hir::Expr;
+use rustc_lint::{LateContext, LateLintPass};
 
 declare_lint! {
     pub TEST_LINT,