]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/type/type-check/issue-88577-check-fn-with-more-than-65535-arguments.stderr
New upstream version 1.65.0+dfsg1
[rustc.git] / src / test / ui / type / type-check / issue-88577-check-fn-with-more-than-65535-arguments.stderr
index 615fd2ccb04af04942a0d40d12aeffb7274f0a48..847bc517ea3d368a72d0e52ceec779df61c22357 100644 (file)
@@ -1,13 +1,13 @@
 error: function can not have more than 65535 arguments
-  --> $DIR/issue-88577-check-fn-with-more-than-65535-arguments.rs:6:24
+  --> $DIR/issue-88577-check-fn-with-more-than-65535-arguments.rs:6:22
    |
-LL |           fn _f($($t: ()),*) {}
-   |  ________________________^
-LL | |     }
-LL | }
-LL | |
-LL | | many_args!{[_]########## ######}
-   | |____________^
+LL |         fn _f($($t: ()),*) {}
+   |                      ^
+...
+LL | many_args!{[_]########## ######}
+   | -------------------------------- in this macro invocation
+   |
+   = note: this error originates in the macro `many_args` (in Nightly builds, run with -Z macro-backtrace for more info)
 
 error: aborting due to previous error