Skip to content

Commit b506ee7

Browse files
committed
Move expansion of query macros in rustc_middle to rustc_middle::query
1 parent 5b6390a commit b506ee7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/miri.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ use rustc_middle::{
2828
middle::exported_symbols::{
2929
ExportedSymbol, SymbolExportInfo, SymbolExportKind, SymbolExportLevel,
3030
},
31-
query::LocalCrate,
32-
ty::{query::ExternProviders, TyCtxt},
31+
query::{ExternProviders, LocalCrate},
32+
ty::TyCtxt,
3333
};
3434
use rustc_session::config::OptLevel;
3535

0 commit comments

Comments
 (0)