You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The attribute will force a `const fn` to adhere to the
`qualify_min_const_fn` check and as a result be callable
inside a `#[stable] const fn` one on stable Rust.
The attribute has two purposes:
1. Make `#[unstable] const fn` details in the standard library
usable in `#[stable] const fn`s.
2. Prepare a `#[stable] #[rustc_unstable_const(..)] const fn`
for eventually removing the `#[rustc_unstable_const(..)]`.
0 commit comments