Skip to content

Commit dbecdd5

Browse files
committed
fix rebase
1 parent f7c4a50 commit dbecdd5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/test/ui/const-generics/issues/issue-86530.stderr

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ error[E0277]: the trait bound `&str: X` is not satisfied
22
--> $DIR/issue-86530.rs:16:7
33
|
44
LL | z(" ");
5-
| ^^^ the trait `X` is not implemented for `&str`
5+
| - ^^^ the trait `X` is not implemented for `&str`
6+
| |
7+
| required by a bound introduced by this call
68
|
79
note: required by a bound in `z`
810
--> $DIR/issue-86530.rs:10:8

0 commit comments

Comments
 (0)