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 d60aed5 commit b754f1bCopy full SHA for b754f1b
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