From f18c18cd15f180b5067069ec6f10530515715f3d Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 9 May 2026 12:15:21 +0900 Subject: refactor(console): accept format args directly in console_writeln! macros Eliminate the nested &console_format!(...) boilerplate at every call site by teaching console_writeln!, console_write!, console_writeln_error!, and console_write_error! to accept a format literal + variadic args directly, matching the println!/eprintln! ergonomics. Propagate the format string span into generated code so rustc errors point to the right location. Co-Authored-By: Claude Sonnet 4.6 --- crates/mozart/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/mozart/Cargo.toml') diff --git a/crates/mozart/Cargo.toml b/crates/mozart/Cargo.toml index fdb81f0..9a0e3eb 100644 --- a/crates/mozart/Cargo.toml +++ b/crates/mozart/Cargo.toml @@ -6,6 +6,7 @@ edition.workspace = true [dependencies] mozart-archiver.workspace = true mozart-autoload.workspace = true +mozart-console-macros.workspace = true mozart-core.workspace = true mozart-registry.workspace = true mozart-semver.workspace = true -- cgit v1.3.1