Sign in
android
/
toolchain
/
rustc
/
2f3fdfeb95384b9046ea35b3532e23c652eca660
/
.
/
src
/
test
/
ui
/
feature-gates
/
feature-gate-rustc_const_unstable.rs
blob: d7daaaaa101e7d4e3db0b87a59abf2d02f2d2fda [
file
] [
log
] [
blame
]
// Test internal const fn feature gate.
#[
rustc_const_unstable
(
feature
=
"fzzzzzt"
)]
//~ stability attributes may not be used outside
pub
const
fn
bazinga
()
{}
fn
main
()
{
}