]> git.proxmox.com Git - rustc.git/blame - src/test/ui/closures/issue-84128.stderr
New upstream version 1.67.1+dfsg1
[rustc.git] / src / test / ui / closures / issue-84128.stderr
CommitLineData
cdc7bbd5
XL
1error[E0308]: mismatched types
2 --> $DIR/issue-84128.rs:13:13
3 |
4LL | Foo(())
923072b8
FG
5 | --- ^^ expected integer, found `()`
6 | |
7 | arguments to this struct are incorrect
cdc7bbd5 8 |
923072b8
FG
9note: tuple struct defined here
10 --> $DIR/issue-84128.rs:5:8
11 |
12LL | struct Foo<T>(T);
13 | ^^^
cdc7bbd5
XL
14
15error: aborting due to previous error
16
17For more information about this error, try `rustc --explain E0308`.