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
Now that rvalue promotion is stabilized we can start using it instead of hacky inner statics (that show up in symbol tables, complicate future extensions, etc.), e.g. in panic! and format_args!.