mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 11:00:27 +00:00
7 lines
145 B
Rust
7 lines
145 B
Rust
#![allow(unused_macros)]
|
|
|
|
#[rustc_allow_const_fn_unstable()] //~ ERROR rustc_allow_const_fn_unstable side-steps
|
|
const fn foo() { }
|
|
|
|
fn main() {}
|