]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-60989.stderr
Rollup merge of #62337 - Mark-Simulacrum:fix-cpu-usage-script, r=alexcrichton
[rust.git] / src / test / ui / issues / issue-60989.stderr
index 55a0b9626df752c0ba561e42d2f6d6179c564d04..5d2d9e83c9b9c2d5f5b628df0f495e15922bd0d9 100644 (file)
@@ -7,8 +7,8 @@ LL |     c1::<()>;
 error[E0109]: type arguments are not allowed for this type
   --> $DIR/issue-60989.rs:16:10
    |
-LL |     c1::<Into<B>>;
-   |          ^^^^^^^ type argument not allowed
+LL |     c1::<dyn Into<B>>;
+   |          ^^^^^^^^^^^ type argument not allowed
 
 error: aborting due to 2 previous errors