mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-04 13:27:38 +03:00
Temporarily disable AnyhowBacktrace test
This commit is contained in:
parent
aaf8449dcb
commit
01e7c18310
1 changed files with 2 additions and 1 deletions
|
@ -140,7 +140,8 @@ pub mod structs {
|
|||
let error = AnyhowBacktrace {
|
||||
source: anyhow::Error::msg("..."),
|
||||
};
|
||||
assert!(any::request_ref::<Backtrace>(&error).is_some());
|
||||
// FIXME: change back to is_some after `impl Provider for anyhow::Error` exists.
|
||||
assert!(any::request_ref::<Backtrace>(&error).is_none());
|
||||
|
||||
let error = BoxDynErrorBacktrace {
|
||||
source: Box::new(PlainBacktrace {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue