Sign in
android
/
toolchain
/
rustc
/
89a0a0cd9cbd0a0138a09bd877bbc73859a8c330
/
.
/
src
/
test
/
ui
/
feature-gates
/
feature-gate-rustc-allow-const-fn-unstable.rs
blob: 19d8fa87f55365646623c3692e82e59b7e5762ed [
file
] [
log
] [
blame
]
#![
allow
(
unused_macros
)]
#[
rustc_allow_const_fn_unstable
()]
//~ ERROR rustc_allow_const_fn_unstable side-steps
const
fn
foo
()
{
}
fn
main
()
{}