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 9e64403 commit d56876dCopy full SHA for d56876d
1 file changed
aimdb-core/src/error.rs
@@ -155,6 +155,9 @@
155
//! 3. Enable appropriate feature flags for your target platform
156
//! 4. Update error matching to use the new error categories
157
158
+// Rich error messages in std mode are derived from thiserror::Error
159
+// This import enables automatic Display implementation generation using
160
+// the #[cfg_attr(feature = "std", error("..."))] format strings below
161
#[cfg(feature = "std")]
162
use thiserror::Error;
163
0 commit comments