Add more from the std

This commit is contained in:
2026-03-17 22:51:36 +01:00
parent 9958b23c89
commit 72989d86a8
29 changed files with 2822 additions and 33 deletions

6
crates/std/src/rt.rs Normal file
View File

@@ -0,0 +1,6 @@
macro_rules! rtabort {
($($t:tt)*) => {{}};
}
macro_rules! rtprintpanic {
($($t:tt)*) => {{}};
}