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