Use Var wrapper only for Pointer formatting

This commit is contained in:
David Tolnay 2024-11-10 13:11:08 -08:00
parent 6a6132d79b
commit 1d040f358a
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
3 changed files with 9 additions and 57 deletions

View file

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