Sign in
android
/
toolchain
/
rustc
/
5c0824a599f2f1f4dcb9c92edf09f6c1b555988d
/
.
/
tests
/
ui
/
rfc-2632-const-trait-impl
/
gate.rs
blob: f2cd26c91b64076da72c486b3acdd3819ee77f0d [
file
] [
log
] [
blame
]
// gate-test-const_closures
fn
main
()
{
(
const
||
{})();
//~^ ERROR: const closures are experimental
}