mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-03 21:07:38 +03:00
Use Var wrapper only for Pointer formatting
This commit is contained in:
parent
6a6132d79b
commit
1d040f358a
3 changed files with 9 additions and 57 deletions
|
@ -32,12 +32,12 @@ error[E0277]: the trait bound `NoDisplay: Octal` is not satisfied
|
|||
&mut T
|
||||
NonZero<T>
|
||||
Saturating<T>
|
||||
Var<'a, T>
|
||||
Wrapping<T>
|
||||
i128
|
||||
i16
|
||||
i32
|
||||
and $N others
|
||||
= note: required for `Var<'_, NoDisplay>` to implement `Octal`
|
||||
= note: required for `&NoDisplay` to implement `Octal`
|
||||
note: required by a bound in `core::fmt::rt::Argument::<'_>::new_octal`
|
||||
--> $RUST/core/src/fmt/rt.rs
|
||||
|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue