1 #![allow(unused_macros)] 2 3 #[rustc_allow_const_fn_unstable()] //~ ERROR rustc_allow_const_fn_unstable side-steps foo()4 const fn foo() { } 5 main()6 fn main() {} 7