rust/compiler/rustc_error_messages/locales/en-US/const_eval.ftl

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
286 B
Plaintext
Raw Normal View History

2022-06-29 04:26:05 +00:00
const-eval-unstable-in-stable =
const-stable function cannot use `#[feature({$gate})]`
.unstable-sugg = if it is not part of the public API, make this function unstably const
.bypass-sugg = otherwise `#[rustc_allow_const_fn_unstable]` can be used to bypass stability checks