summaryrefslogtreecommitdiffstats
path: root/src/test/ui/fmt/ifmt-unimpl.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/fmt/ifmt-unimpl.stderr')
-rw-r--r--src/test/ui/fmt/ifmt-unimpl.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/fmt/ifmt-unimpl.stderr b/src/test/ui/fmt/ifmt-unimpl.stderr
index dbcb2eb66..0e34f9135 100644
--- a/src/test/ui/fmt/ifmt-unimpl.stderr
+++ b/src/test/ui/fmt/ifmt-unimpl.stderr
@@ -14,7 +14,7 @@ LL | format!("{:X}", "3");
NonZeroI8
NonZeroIsize
and 21 others
- = note: required because of the requirements on the impl of `UpperHex` for `&str`
+ = note: required for `&str` to implement `UpperHex`
note: required by a bound in `ArgumentV1::<'a>::new_upper_hex`
--> $SRC_DIR/core/src/fmt/mod.rs:LL:COL
|