]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/kindck/kindck-impl-type-params-2.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / kindck / kindck-impl-type-params-2.stderr
index 318b7b0f10a0af4cbcfb67749817bfadab8b437a..984960efaeef61e1b081bc8f75282349bf98040f 100644 (file)
@@ -2,7 +2,7 @@ error[E0277]: the trait bound `std::boxed::Box<{integer}>: Foo` is not satisfied
   --> $DIR/kindck-impl-type-params-2.rs:13:16
    |
 LL | fn take_param<T:Foo>(foo: &T) { }
-   |    ----------   --- required by this bound in `take_param`
+   |                 --- required by this bound in `take_param`
 ...
 LL |     take_param(&x);
    |                ^^ the trait `std::marker::Copy` is not implemented for `std::boxed::Box<{integer}>`