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