summaryrefslogtreecommitdiffstats
path: root/src/test/ui/type/type-check/issue-88577-check-fn-with-more-than-65535-arguments.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/type/type-check/issue-88577-check-fn-with-more-than-65535-arguments.stderr')
-rw-r--r--src/test/ui/type/type-check/issue-88577-check-fn-with-more-than-65535-arguments.stderr13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/test/ui/type/type-check/issue-88577-check-fn-with-more-than-65535-arguments.stderr b/src/test/ui/type/type-check/issue-88577-check-fn-with-more-than-65535-arguments.stderr
deleted file mode 100644
index 847bc517e..000000000
--- a/src/test/ui/type/type-check/issue-88577-check-fn-with-more-than-65535-arguments.stderr
+++ /dev/null
@@ -1,13 +0,0 @@
-error: function can not have more than 65535 arguments
- --> $DIR/issue-88577-check-fn-with-more-than-65535-arguments.rs:6:22
- |
-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
-