-
Couldn't load subscription status.
- Fork 1.6k
Closed
Labels
T-libs-apiRelevant to the library API team, which will review and decide on the RFC.Relevant to the library API team, which will review and decide on the RFC.
Description
I not sure is RFC #2173 include this issue, or not.
macro_rules! debug {
($($arg:tt)*) => {
if cfg!(debug_assertions) {
print!($($arg)*);
}
};
}
fn main() {
debug!("test");
}Metadata
Metadata
Assignees
Labels
T-libs-apiRelevant to the library API team, which will review and decide on the RFC.Relevant to the library API team, which will review and decide on the RFC.