2017-09-08 13:11:30 -05:00
|
|
|
// Test internal const fn feature gate.
|
|
|
|
|
2019-12-04 15:00:28 -06:00
|
|
|
#[rustc_const_unstable(feature="fzzzzzt")] //~ stability attributes may not be used outside
|
2017-09-08 13:11:30 -05:00
|
|
|
pub const fn bazinga() {}
|
|
|
|
|
|
|
|
fn main() {
|
|
|
|
}
|