blob: a89a3f77b3d5228aff06f0e9037e115fae5edcd8 [file] [log] [blame]
error[E0308]: mismatched types
--> $DIR/issue-74280.rs:10:5
|
LL | fn test() -> Test {
| ---- expected `()` because of return type
LL | let y = || -> Test { () };
LL | 7
| ^ expected `()`, found integer
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0308`.