mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-03 21:07:38 +03:00
Without r#source: error[E0599]: the method `as_dyn_error` exists for type `char`, but its trait bounds were not satisfied --> tests/test_source.rs:72:9 | 72 | source: char, | ^^^^^^ method cannot be called on `char` due to unsatisfied trait bounds | = note: the following trait bounds were not satisfied: `char: std::error::Error` which is required by `char: AsDynError<'_>` |
||
---|---|---|
.. | ||
ui | ||
compiletest.rs | ||
test_backtrace.rs | ||
test_deprecated.rs | ||
test_display.rs | ||
test_error.rs | ||
test_expr.rs | ||
test_from.rs | ||
test_generics.rs | ||
test_lints.rs | ||
test_option.rs | ||
test_path.rs | ||
test_source.rs | ||
test_transparent.rs |