Sign in
rust
/
rust
/
dc9879cb3d3446c41b6d7d6813b7bfd17da1134f
/
.
/
tests
/
ui
/
typeck
/
issue-74086.rs
blob: 1993cc7db350e6c65e377aea7626937577461b20 [
file
] [
log
] [
blame
]
fn
main
()
{
static
BUG
:
fn
(
_
)
->
u8
=
|
_
|
8
;
//~^ ERROR the placeholder `_` is not allowed within types on item signatures for static items
}