Fix tests
This commit is contained in:
parent
7738929097
commit
b0cd37ea0e
2 changed files with 5 additions and 6 deletions
|
@ -314,7 +314,7 @@ macro_rules! run_driver {
|
|||
($args:expr, $callback:expr $(, $with_tcx:ident)?) => {{
|
||||
use rustc_driver::{Callbacks, Compilation, RunCompiler};
|
||||
use rustc_middle::ty::TyCtxt;
|
||||
use rustc_interface::{interface, Queries};
|
||||
use rustc_interface::interface;
|
||||
use stable_mir::CompilerError;
|
||||
use std::ops::ControlFlow;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue