Add more from the std

This commit is contained in:
2026-03-18 14:59:16 +01:00
parent 9413fba265
commit 51780b3a78
35 changed files with 9176 additions and 1270 deletions

View File

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