Skip to content

Commit 8ec26c6

Browse files
authored
Fix test after moving name fn to CrateDef trait (#55)
1 parent 4188bdc commit 8ec26c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test-drive/src/sanity_checks.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//! These checks should only depend on StableMIR APIs. See other modules for tests that compare
55
//! the result between StableMIR and internal APIs.
66
use crate::TestResult;
7-
use stable_mir::{self, mir, mir::MirVisitor, ty};
7+
use stable_mir::{self, mir, mir::MirVisitor, ty, CrateDef};
88
use std::collections::HashSet;
99
use std::fmt::Debug;
1010
use std::iter::zip;

0 commit comments

Comments
 (0)