Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
const-generics
/
issue-93647.rs
blob: 806540e1775e83b499932d16ebbd1fcf8725aab1 [
file
] [
log
] [
blame
] [
edit
]
struct
X
<
const
N
:
usize
=
{
(||
1usize
)()
//~^ ERROR cannot call non-const closure
}>;
fn
main
()
{}