about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEsteban Kuber <esteban@kuber.com.ar>2021-09-07 14:05:08 +0000
committerEsteban Kuber <esteban@kuber.com.ar>2021-09-16 12:12:28 +0000
commitdbecdd51245076c58aaf65f2a3d3230dba6ad9d5 (patch)
tree07c2f86cb55de5cab38400bf9045297603aedb7e
parentf7c4a50f8a5c3fc8de5363893ac984cc523628ab (diff)
downloadrust-dbecdd51245076c58aaf65f2a3d3230dba6ad9d5.tar.gz
rust-dbecdd51245076c58aaf65f2a3d3230dba6ad9d5.zip
fix rebase
-rw-r--r--src/test/ui/const-generics/issues/issue-86530.stderr4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/ui/const-generics/issues/issue-86530.stderr b/src/test/ui/const-generics/issues/issue-86530.stderr
index 7cdfc9dfcdf..c63857b2314 100644
--- a/src/test/ui/const-generics/issues/issue-86530.stderr
+++ b/src/test/ui/const-generics/issues/issue-86530.stderr
@@ -2,7 +2,9 @@ error[E0277]: the trait bound `&str: X` is not satisfied
   --> $DIR/issue-86530.rs:16:7
    |
 LL |     z(" ");
-   |       ^^^ the trait `X` is not implemented for `&str`
+   |     - ^^^ the trait `X` is not implemented for `&str`
+   |     |
+   |     required by a bound introduced by this call
    |
 note: required by a bound in `z`
   --> $DIR/issue-86530.rs:10:8