You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
= note: this error originates in the macro `$crate::_private::test_parse` which comes from the expansion of the attribute macro `libtest2::test` (in Nightly builds, run with -Z macro-backtrace for more info)
14
21
15
22
error[E0277]: the trait bound `String: std::error::Error` is not satisfied
@@ -21,8 +28,15 @@ error[E0277]: the trait bound `String: std::error::Error` is not satisfied
21
28
| the trait `std::error::Error` is not implemented for `String`
22
29
| required by a bound introduced by this call
23
30
|
24
-
= help: the following other types implement trait `IntoRunResult`:
25
-
Result<(), E>
26
-
Result<(), RunError>
31
+
help: the following other types implement trait `IntoRunResult`
= note: required for `Result<(), String>` to implement `IntoRunResult`
28
42
= note: this error originates in the macro `$crate::_private::test_parse` which comes from the expansion of the attribute macro `libtest2::test` (in Nightly builds, run with -Z macro-backtrace for more info)
= note: this error originates in the macro `$crate::_private::test_parse` which comes from the expansion of the attribute macro `libtest2::test` (in Nightly builds, run with -Z macro-backtrace for more info)
0 commit comments