Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
async-await
/
issues
/
issue-102206.rs
blob: 98da133a07998a171fcaec5596141913a36f2140 [
file
] [
log
] [
blame
]
//@ edition:2021
async
fn
foo
()
{}
fn
main
()
{
std
::
mem
::
size_of_val
(
foo
());
//~^ ERROR: mismatched types
}