summaryrefslogtreecommitdiffstats
path: root/src/test/ui/closures/issue-84128.stderr
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/test/ui/closures/issue-84128.stderr17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/test/ui/closures/issue-84128.stderr b/src/test/ui/closures/issue-84128.stderr
deleted file mode 100644
index 59607afec..000000000
--- a/src/test/ui/closures/issue-84128.stderr
+++ /dev/null
@@ -1,17 +0,0 @@
-error[E0308]: mismatched types
- --> $DIR/issue-84128.rs:13:13
- |
-LL | Foo(())
- | --- ^^ expected integer, found `()`
- | |
- | arguments to this struct are incorrect
- |
-note: tuple struct defined here
- --> $DIR/issue-84128.rs:5:8
- |
-LL | struct Foo<T>(T);
- | ^^^
-
-error: aborting due to previous error
-
-For more information about this error, try `rustc --explain E0308`.