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
Currently format_args! relies on format stuff in libstd, all of which is present in libcore. In order to use format_args! in a #[no_std] context you have to reexport core as std which is pretty hacky.