Skip to content

Commit 55577b4

Browse files
committed
librustc_mir: Add back use statement
Signed-off-by: Joe Richey <[email protected]>
1 parent 6b20f58 commit 55577b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/librustc_mir/interpret/intrinsics.rs

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
//! looking at their MIR. Intrinsics/functions supported here are shared by CTFE
33
//! and miri.
44
5+
use std::convert::TryFrom;
6+
57
use rustc_hir::def_id::DefId;
68
use rustc_middle::mir::{
79
self,

0 commit comments

Comments
 (0)