Sign in
rust
/
rust
/
e8a00a7621606f8c4a34b679cefaaa6aecf2442e
/
.
/
tests
/
ui
/
issues
/
issue-35241.rs
blob: 2fa762475da958c42647522286790ff0d516dbcd [
file
]
struct
Foo
(
u32
);
fn
test
()
->
Foo
{
Foo
}
//~ ERROR mismatched types
fn
main
()
{}