Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
async-await
/
issues
/
issue-102206.rs
blob: 98da133a07998a171fcaec5596141913a36f2140 [
file
] [
log
] [
blame
] [
edit
]
//@ edition:2021
async
fn
foo
()
{}
fn
main
()
{
std
::
mem
::
size_of_val
(
foo
());
//~^ ERROR: mismatched types
}