Skip to content

Commit e8ed734

Browse files
redirect run_with_tcx
1 parent bbe7366 commit e8ed734

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/scanner/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,12 @@ extern crate rustc_interface;
1818
extern crate rustc_middle;
1919
extern crate rustc_session;
2020
#[macro_use]
21-
extern crate rustc_smir;
2221
extern crate stable_mir;
2322

2423
use crate::analysis::OverallStats;
2524
use rustc_middle::ty::TyCtxt;
2625
use rustc_session::config::OutputType;
27-
use rustc_smir::run_with_tcx;
26+
use stable_mir::run_with_tcx;
2827
use stable_mir::CompilerError;
2928
use std::ops::ControlFlow;
3029
use std::path::{Path, PathBuf};

0 commit comments

Comments
 (0)