Skip to content

Commit

Permalink
Fix test after moving name fn to CrateDef trait
Browse files Browse the repository at this point in the history
  • Loading branch information
celinval committed Nov 30, 2023
1 parent 4188bdc commit 2b418f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/test-drive/src/sanity_checks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//! These checks should only depend on StableMIR APIs. See other modules for tests that compare
//! the result between StableMIR and internal APIs.
use crate::TestResult;
use stable_mir::{self, mir, mir::MirVisitor, ty};
use stable_mir::{self, mir, mir::MirVisitor, ty, CrateDef};
use std::collections::HashSet;
use std::fmt::Debug;
use std::iter::zip;
Expand Down

0 comments on commit 2b418f0

Please sign in to comment.