]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-43784-supertrait.stderr
Auto merge of #57108 - Mark-Simulacrum:license-remove, r=pietroalbini
[rust.git] / src / test / ui / issues / issue-43784-supertrait.stderr
index 422075f62aa0d086771646a276a8b9e3ae13645a..7771f9abfb8afe29d21c843744ac0171011c0358 100644 (file)
@@ -1,5 +1,5 @@
 error[E0277]: the trait bound `T: std::marker::Copy` is not satisfied
-  --> $DIR/issue-43784-supertrait.rs:18:9
+  --> $DIR/issue-43784-supertrait.rs:8:9
    |
 LL | impl<T> Complete for T {} //~ ERROR the trait bound `T: std::marker::Copy` is not satisfied
    |         ^^^^^^^^ the trait `std::marker::Copy` is not implemented for `T`