Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4188bdc commit 8ec26c6Copy full SHA for 8ec26c6
tools/test-drive/src/sanity_checks.rs
@@ -4,7 +4,7 @@
4
//! These checks should only depend on StableMIR APIs. See other modules for tests that compare
5
//! the result between StableMIR and internal APIs.
6
use crate::TestResult;
7
-use stable_mir::{self, mir, mir::MirVisitor, ty};
+use stable_mir::{self, mir, mir::MirVisitor, ty, CrateDef};
8
use std::collections::HashSet;
9
use std::fmt::Debug;
10
use std::iter::zip;
0 commit comments