Skip to content

Commit

Permalink
Disable nightly backtrace testing until converted to provider API
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 3, 2022
1 parent 8b23fbb commit c1fb583
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_backtrace.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// FIXME: needs to be updated to provide_ref/request_ref API.
#![cfg(any())]
#![cfg_attr(thiserror_nightly_testing, feature(backtrace))]

use thiserror::Error;
Expand Down
2 changes: 2 additions & 0 deletions tests/test_option.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// FIXME: needs to be updated to provide_ref/request_ref API.
#![cfg(any())]
#![cfg_attr(thiserror_nightly_testing, feature(backtrace))]

#[cfg(thiserror_nightly_testing)]
Expand Down

0 comments on commit c1fb583

Please sign in to comment.