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
Would it work as alloc::format! with #[uses_alloc] or (whatever that is), or how?
If all that people need to debug are tests, or alloc/core functionality invoked from tests, how about mentioning something like the following (if it works):
/// inside (the body of) a non-test core or alloc function:#[cfg(test)]{use std::format;
...}
Or, could we mention 3rd party #[no_std] (limited) heap-less formatting crates (there is at least one).