summaryrefslogtreecommitdiffstats
path: root/tests/ui/methods/issues/issue-61525.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/methods/issues/issue-61525.stderr')
-rw-r--r--tests/ui/methods/issues/issue-61525.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/methods/issues/issue-61525.stderr b/tests/ui/methods/issues/issue-61525.stderr
index a8afdeb84..a329b52e3 100644
--- a/tests/ui/methods/issues/issue-61525.stderr
+++ b/tests/ui/methods/issues/issue-61525.stderr
@@ -1,8 +1,8 @@
error[E0277]: the size for values of type `dyn ToString` cannot be known at compilation time
- --> $DIR/issue-61525.rs:14:33
+ --> $DIR/issue-61525.rs:14:19
|
LL | 1.query::<dyn ToString>("")
- | ----- ^^ doesn't have a size known at compile-time
+ | ----- ^^^^^^^^^^^^ doesn't have a size known at compile-time
| |
| required by a bound introduced by this call
|