This commit is contained in:
2025-11-13 17:46:53 -07:00
parent b1a0351399
commit ce48dde824
10 changed files with 47 additions and 40 deletions

View File

@@ -25,7 +25,7 @@ unsafe impl GlobalAlloc for Alloc {
}
#[macro_export]
macro_rules! print {
macro_rules! println {
($($arg:tt)*) => {{
let s = $crate::format!($($arg)*);
$crate::print(s.as_ptr(), s.len());