]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/typeck/issue-83693.stderr
New upstream version 1.67.1+dfsg1
[rustc.git] / src / test / ui / typeck / issue-83693.stderr
index 0d8bbf1ce98c130e7c38bf2ec3ac84b064eebf45..1e45c2d35dfdc13cbd0d769b66e350232a713adb 100644 (file)
@@ -6,8 +6,8 @@ LL | impl F {
    |
   ::: $SRC_DIR/core/src/ops/function.rs:LL:COL
    |
-LL | pub trait Fn<Args>: FnMut<Args> {
-   | ------------------------------- similarly named trait `Fn` defined here
+LL | pub trait Fn<Args: Tuple>: FnMut<Args> {
+   | -------------------------------------- similarly named trait `Fn` defined here
 
 error[E0412]: cannot find type `TestResult` in this scope
   --> $DIR/issue-83693.rs:9:22