We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4828592 commit ef6b9a9Copy full SHA for ef6b9a9
src/tools/miri/src/shims/native_lib.rs
@@ -3,9 +3,9 @@ use std::ops::Deref;
3
4
use libffi::high::call as ffi;
5
use libffi::low::CodePtr;
6
+use rustc_abi::{BackendRepr, HasDataLayout};
7
use rustc_middle::ty::{self as ty, IntTy, UintTy};
8
use rustc_span::Symbol;
-use rustc_abi::{BackendRepr, HasDataLayout};
9
10
use crate::*;
11
0 commit comments