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.
Error
no_std
1 parent d2bc223 commit 7a6abeeCopy full SHA for 7a6abee
src/error-handling/error.md
@@ -41,9 +41,6 @@ a good option in a program where you just want to display the error message
41
somewhere.
42
43
Make sure to implement the `std::error::Error` trait when defining a custom
44
-error type so it can be boxed. But if you need to support the `no_std`
45
-attribute, keep in mind that the `std::error::Error` trait is currently
46
-compatible with `no_std` in
47
-[nightly](https://github.com/rust-lang/rust/issues/103765) only.
+error type so it can be boxed.
48
49
</details>
0 commit comments