]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/kindck/kindck-impl-type-params-2.stderr
Migrate diagnostics in parser/expr to SessionDiagnostic
[rust.git] / src / test / ui / kindck / kindck-impl-type-params-2.stderr
index 89975e9683dbf4eadc3456d9dffcd5504f1135bf..06d48ff1f0f2796d604d07f4924b26b48675130c 100644 (file)
@@ -6,7 +6,7 @@ LL |     take_param(&x);
    |     |
    |     required by a bound introduced by this call
    |
-note: required because of the requirements on the impl of `Foo` for `Box<{integer}>`
+note: required for `Box<{integer}>` to implement `Foo`
   --> $DIR/kindck-impl-type-params-2.rs:6:14
    |
 LL | impl<T:Copy> Foo for T {