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