Add more from the std
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
macro_rules! rtabort {
|
||||
($($t:tt)*) => {{}};
|
||||
($($t:tt)*) => {{
|
||||
loop {}
|
||||
}};
|
||||
}
|
||||
macro_rules! rtprintpanic {
|
||||
($($t:tt)*) => {{}};
|
||||
|
||||
Reference in New Issue
Block a user