blob: 522db1643fd4ee1aa04bc2ea74b726173c9f4d47 [file] [log] [blame]
// Test internal const fn feature gate.
#[rustc_const_unstable(feature="fzzzzzt")] //~ ERROR stability attributes may not be used outside
pub const fn bazinga() {}
fn main() {
}