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