summaryrefslogtreecommitdiffstats
path: root/src/test/ui/closures/issue-84128.stderr
blob: 59607afec8f8da20f901af644eba78a8afe679c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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`.