We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7c4a50 commit dbecdd5Copy full SHA for dbecdd5
src/test/ui/const-generics/issues/issue-86530.stderr
@@ -2,7 +2,9 @@ error[E0277]: the trait bound `&str: X` is not satisfied
2
--> $DIR/issue-86530.rs:16:7
3
|
4
LL | z(" ");
5
- | ^^^ the trait `X` is not implemented for `&str`
+ | - ^^^ the trait `X` is not implemented for `&str`
6
+ | |
7
+ | required by a bound introduced by this call
8
9
note: required by a bound in `z`
10
--> $DIR/issue-86530.rs:10:8
0 commit comments