]> git.proxmox.com Git - rustc.git/blame - src/tools/clippy/tests/ui/missing_const_for_fn/auxiliary/helper.rs
New upstream version 1.75.0+dfsg1
[rustc.git] / src / tools / clippy / tests / ui / missing_const_for_fn / auxiliary / helper.rs
CommitLineData
cdc7bbd5
XL
1// This file provides a const function that is unstably const forever.
2
3#![feature(staged_api)]
ed00b5ec 4#![stable(feature = "clippytest", since = "1.0.0")]
cdc7bbd5 5
ed00b5ec 6#[stable(feature = "clippytest", since = "1.0.0")]
cdc7bbd5
XL
7#[rustc_const_unstable(feature = "foo", issue = "none")]
8pub const fn unstably_const_fn() {}