Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
suggestions
/
issue-107860.rs
blob: 0b7b8bc65bfc3fdff9e9ba421afb8ca3d790e2ca [
file
] [
log
] [
blame
] [
edit
]
//@ edition: 2021
async
fn
str
<
T
>(
T
:
&
str
)
->
&
str
{
&
str
}
//~^ ERROR mismatched types
fn
main
()
{}