mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-03 21:07:38 +03:00
error[E0277]: the trait bound `T: UpperHex` is not satisfied --> tests/test_generics.rs:179:13 | 178 | #[derive(Error, Debug)] | ----- in this derive macro expansion 179 | #[error("0x{thing:x} 0x{thing:X}")] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `UpperHex` is not implemented for `T` | = note: required for `&T` to implement `UpperHex` note: required by a bound in `core::fmt::rt::Argument::<'_>::new_upper_hex` --> $RUSTUP_HOME/toolchains/nightly-aarch64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/fmt/rt.rs:133:29 | 133 | pub fn new_upper_hex<T: UpperHex>(x: &T) -> Argument<'_> { | ^^^^^^^^ required by this bound in `Argument::<'_>::new_upper_hex` = note: this error originates in the macro `$crate::format_args` which comes from the expansion of the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info) |
||
---|---|---|
.. | ||
no-std | ||
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 |