blob: 775e071147cf725dd71128269f21e7dc80555bb7 [file] [log] [blame]
// This file provides a const function that is unstably const forever.
#![feature(staged_api)]
#![stable(feature = "clippytest", since = "1.0.0")]
#[stable(feature = "clippytest", since = "1.0.0")]
#[rustc_const_unstable(feature = "foo", issue = "none")]
pub const fn unstably_const_fn() {}