blob: 2c99d8bf1c6776899f51bec5ee735810fbafceb6 [file] [log] [blame]
// check-pass
#![feature(const_trait_impl, const_closures)]
#![allow(incomplete_features)]
const fn test() -> impl ~const Fn() {
const move || {}
}
fn main() {}