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 3145dc9 commit 29a48d2Copy full SHA for 29a48d2
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::NonZeroI32;
0 commit comments