Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
proc-macro
/
issue-107113-wrap.rs
blob: 01bf3615acfe36abc2ed7d2c6236572f3e45ce0e [
file
] [
log
] [
blame
] [
edit
]
//@ edition:2021
//@ aux-build:issue-107113.rs
#[
macro_use
]
extern
crate issue_107113
;
#[
issue_107113
::
main
]
//~ ERROR mismatched types [E0308]
async
fn
main
()
->
std
::
io
::
Result
<()>
{}