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.
core::alloc::LayoutError
1 parent 75a0fbb commit 56a0c3cCopy full SHA for 56a0c3c
rust/kernel/error.rs
@@ -6,7 +6,7 @@
6
7
use crate::{alloc::AllocError, str::CStr};
8
9
-use alloc::alloc::LayoutError;
+use core::alloc::LayoutError;
10
11
use core::fmt;
12
use core::num::TryFromIntError;
0 commit comments