Skip to content

Commit

Permalink
use rustc_middle::ty::print::Print;
Browse files Browse the repository at this point in the history
Co-authored-by: spernsteiner <spernsteiner@galois.com>
  • Loading branch information
aneksteind and spernsteiner committed Jul 5, 2023
1 parent 0ce727a commit 83979c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c2rust-analyze/src/rewrite/expr/mir_op.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use crate::context::{AnalysisCtxt, Assignment, FlagSet, LTy, PermissionSet};
use crate::panic_detail;
use crate::pointer_id::{PointerId, PointerTable};
use crate::rustc_middle::ty::print::Print;
use rustc_middle::ty::print::Print;
use crate::type_desc::{self, Ownership, Quantity, TypeDesc};
use crate::util::{ty_callee, Callee};
use log::*;
Expand Down

0 comments on commit 83979c0

Please sign in to comment.