]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/generic-associated-types/constraint-assoc-type-suggestion.stderr
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / test / ui / generic-associated-types / constraint-assoc-type-suggestion.stderr
index ad02202dfc90c0e22a153f20ac703000a0e9bc3c..957ae5d2932402f65f85cb7505955d5ee96e7c73 100644 (file)
@@ -11,7 +11,7 @@ LL |     let b: Vec<i32> = a;
 help: consider constraining the associated type `<T as X>::Y<i32>` to `Vec<i32>`
    |
 LL | fn f<T: X<Y<i32> = Vec<i32>>>(a: T::Y<i32>) {
-   |          ^^^^^^^^^^^^^^^^^^^
+   |          +++++++++++++++++++
 
 error: aborting due to previous error