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
Does it even need to have a different name? I imagine that in a const attribute context format!(...) to be what you call format_static!(...) and not the std::fmt format!?
Between rust-lang/rust#78837 and rust-lang/rust#79150, we feel like a
format_static!()
macro would be useful. This would allow one to, for example:or even just for replacing these occurrences of
concat!
with something more human-readable: https://github.com/rust-lang/rust/pull/79150/files#diff-28f62e401cacbc5959e8762c79a4e0417d52ab64b2cd4e19cafa0d9f7e1bbaeeR30such that
becomes
which doesn't require whoever is maintaining the thing to parse the stringify!() parts before being able to continue.
The text was updated successfully, but these errors were encountered: