blob: 35127eda5c0395fc11f8ce9575b8023d4c7cb416 [file] [log] [blame]
//@ known-bug: #110395
// FIXME check-pass
#![feature(const_trait_impl, const_closures)]
#![allow(incomplete_features)]
const fn test() -> impl [const] Fn() {
const move || {}
}
fn main() {}