fix rebase
This commit is contained in:
parent
f7c4a50f8a
commit
dbecdd5124
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@ error[E0277]: the trait bound `&str: X` is not satisfied
|
||||||
--> $DIR/issue-86530.rs:16:7
|
--> $DIR/issue-86530.rs:16:7
|
||||||
|
|
|
|
||||||
LL | z(" ");
|
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`
|
note: required by a bound in `z`
|
||||||
--> $DIR/issue-86530.rs:10:8
|
--> $DIR/issue-86530.rs:10:8
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue