- Mentioned in https://github.com/rust-lang/rust/issues/63997: ```rust const fn foo(f: const fn() -> i32) -> i32 { f() } ```