summaryrefslogtreecommitdiffstats
path: root/tests/ui/fmt/ifmt-unimpl.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/fmt/ifmt-unimpl.stderr')
-rw-r--r--tests/ui/fmt/ifmt-unimpl.stderr16
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/ui/fmt/ifmt-unimpl.stderr b/tests/ui/fmt/ifmt-unimpl.stderr
index b0dddd3b1..4c0ac5286 100644
--- a/tests/ui/fmt/ifmt-unimpl.stderr
+++ b/tests/ui/fmt/ifmt-unimpl.stderr
@@ -7,14 +7,14 @@ LL | format!("{:X}", "3");
| required by a bound introduced by this call
|
= help: the following other types implement trait `UpperHex`:
- &T
- &mut T
- NonZeroI128
- NonZeroI16
- NonZeroI32
- NonZeroI64
- NonZeroI8
- NonZeroIsize
+ isize
+ i8
+ i16
+ i32
+ i64
+ i128
+ usize
+ u8
and 20 others
= note: required for `&str` to implement `UpperHex`
note: required by a bound in `core::fmt::rt::Argument::<'a>::new_upper_hex`