Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Make log macro fully compatible with std::format (string interpo…
…lation is now supported) (#1189) BREAKING CHANGE: `let x = "1"; log!(x)` doesn't work anymore, and `log!("str with no formatting")` now allocates, like `format!`. For logging `&str` with no additional formatting and no allocations, use `env::log_str` method instead.
- Loading branch information