Skip to main content

warn

Macro warn 

Source
macro_rules! warn {
    ( $($x:tt)+ ) => { ... };
}