Skip to content

Commit

Permalink
Disable two more integration tests in no-std mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 10, 2025
1 parent 8b5f2d7 commit 1a226ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_backtrace.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![cfg(feature = "std")]
#![cfg_attr(thiserror_nightly_testing, feature(error_generic_member_access))]

use thiserror::Error;
Expand Down
1 change: 1 addition & 0 deletions tests/test_option.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![cfg(feature = "std")]
#![cfg_attr(thiserror_nightly_testing, feature(error_generic_member_access))]

#[cfg(thiserror_nightly_testing)]
Expand Down

0 comments on commit 1a226ae

Please sign in to comment.