blob: 19d8fa87f55365646623c3692e82e59b7e5762ed [file] [log] [blame] [edit]
#![allow(unused_macros)]
#[rustc_allow_const_fn_unstable()] //~ ERROR rustc_allow_const_fn_unstable side-steps
const fn foo() { }
fn main() {}