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 8a2eceb commit 568bbddCopy full SHA for 568bbdd
src/error.rs
@@ -32,6 +32,7 @@ impl core::fmt::Display for PointerError {
32
}
33
34
35
+#[cfg(feature = "std")] // Waiting for https://github.com/rust-lang/rust/issues/103765
36
impl std::error::Error for PointerError {
37
fn source(&self) -> Option<&(dyn std::error::Error + 'static)> {
38
match *self {
0 commit comments