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
error: `Arguments::<'a>::new_const` is not yet stable as a const fn
2
-
--> $DIR/issue-64453.rs:4:31
3
-
|
4
-
LL | static settings_dir: String = format!("");
5
-
| ^^^^^^^^^^^
6
-
|
7
-
= help: add `#![feature(const_fmt_arguments_new)]` to the crate attributes to enable
8
-
= note: this error originates in the macro `$crate::__export::format_args` which comes from the expansion of the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
9
-
10
1
error[E0015]: cannot call non-const fn `format` in statics
0 commit comments