]> 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 56a69982f265ba02e3f5d03c24d6bc5df6fc1afb..5405d475d1accd4b1a49dd4bfea06bcf5464b3dc 100644 (file)
@@ -3,9 +3,9 @@
 #![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_hir::Expr;