Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
query-system
/
no-query-in-printing-during-query-descr.rs
blob: 45b7043e2f6fdbd40d73eb61ed61d26a1347efa4 [
file
] [
log
] [
blame
] [
edit
]
fn
a
()
->
_
{
//~^ ERROR the placeholder `_` is not allowed within types on item signatures for return types
&
a
}
fn
main
()
{}