We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b20f58 commit 55577b4Copy full SHA for 55577b4
src/librustc_mir/interpret/intrinsics.rs
@@ -2,6 +2,8 @@
2
//! looking at their MIR. Intrinsics/functions supported here are shared by CTFE
3
//! and miri.
4
5
+use std::convert::TryFrom;
6
+
7
use rustc_hir::def_id::DefId;
8
use rustc_middle::mir::{
9
self,
0 commit comments