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 998cfe5 commit eb6f2d4Copy full SHA for eb6f2d4
library/std/src/sys/sgx/mutex.rs
@@ -8,7 +8,7 @@ pub struct Mutex {
8
inner: SpinMutex<WaitVariable<bool>>,
9
}
10
11
-pub type MovableMutex = Mutex;
+pub type MovableMutex = Box<Mutex>;
12
13
// Implementation according to “Operating Systems: Three Easy Pieces”, chapter 28
14
impl Mutex {
0 commit comments