We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de26a41 commit 35db283Copy full SHA for 35db283
src/tools/miri/src/shims/native_lib.rs
@@ -5,7 +5,7 @@ use libffi::high::call as ffi;
5
use libffi::low::CodePtr;
6
use rustc_abi::{BackendRepr, HasDataLayout, Size};
7
use rustc_middle::mir::interpret::Pointer;
8
-use rustc_middle::ty::{self as ty, IntTy, UintTy};
+use rustc_middle::ty::{self as ty, inherent::SliceLike, IntTy, UintTy};
9
use rustc_span::Symbol;
10
11
use crate::*;
0 commit comments