Temporarily disable AnyhowBacktrace test

This commit is contained in:
David Tolnay 2022-09-13 11:33:54 -07:00
parent aaf8449dcb
commit 01e7c18310
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -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 {