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 8b5f2d7 commit 1a226aeCopy full SHA for 1a226ae
tests/test_backtrace.rs
@@ -1,3 +1,4 @@
1
+#![cfg(feature = "std")]
2
#![cfg_attr(thiserror_nightly_testing, feature(error_generic_member_access))]
3
4
use thiserror::Error;
tests/test_option.rs
#[cfg(thiserror_nightly_testing)]
0 commit comments