Macro islet_rmm::eprintln

source ·
macro_rules! eprintln {
    () => { ... };
    ($fmt:expr) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}