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.stderr4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/ui/fmt/ifmt-unimpl.stderr b/tests/ui/fmt/ifmt-unimpl.stderr
index 3480a2ec8..dc2dee3f3 100644
--- a/tests/ui/fmt/ifmt-unimpl.stderr
+++ b/tests/ui/fmt/ifmt-unimpl.stderr
@@ -2,7 +2,9 @@ error[E0277]: the trait bound `str: UpperHex` is not satisfied
--> $DIR/ifmt-unimpl.rs:2:21
|
LL | format!("{:X}", "3");
- | ^^^ the trait `UpperHex` is not implemented for `str`
+ | ---- ^^^ the trait `UpperHex` is not implemented for `str`
+ | |
+ | required by a bound introduced by this call
|
= help: the following other types implement trait `UpperHex`:
&T