Merge branch 'macro-use' into HEAD

This commit is contained in:
Manish Goregaokar
2018-07-20 00:52:01 -07:00
123 changed files with 189 additions and 20 deletions

View File

@@ -1,4 +1,6 @@
use crate::reexport::*;
use matches::matches;
use if_chain::if_chain;
use rustc::hir;
use rustc::hir::*;
use rustc::hir::def_id::{DefId, CRATE_DEF_INDEX};