Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
consts
/
issue-28113.rs
blob: f8131c9f3b717107d5d2530b29490d79adfdc163 [
file
] [
log
] [
blame
] [
edit
]
#![
allow
(
warnings
)]
const
X
:
u8
=
||
->
u8
{
5
}()
//~^ ERROR cannot call non-const closure
;
fn
main
()
{}