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