]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_error_messages/locales/en-US/const_eval.ftl
897ddce7e99ba30943a31f427e1af39742517968
[rust.git] / compiler / rustc_error_messages / locales / en-US / const_eval.ftl
1 const-eval-unstable-in-stable =
2     const-stable function cannot use `#[feature({$gate})]`
3     .unstable-sugg = if it is not part of the public API, make this function unstably const
4     .bypass-sugg = otherwise `#[rustc_allow_const_fn_unstable]` can be used to bypass stability checks
5
6 const-eval-thread-local-access =
7     thread-local statics cannot be accessed at compile-time