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 82411c5 commit a2f6837Copy full SHA for a2f6837
src/machine.rs
@@ -28,7 +28,7 @@ use rustc_span::symbol::{sym, Symbol};
28
use rustc_target::abi::Size;
29
use rustc_target::spec::abi::Abi;
30
31
-use crate::{*, shims::posix::FileHandler};
+use crate::{shims::posix::FileHandler, *};
32
33
// Some global facts about the emulated machine.
34
pub const PAGE_SIZE: u64 = 4 * 1024; // FIXME: adjust to target architecture
0 commit comments