rust_jvm::with_warn! [] [src]

macro_rules! with_warn {
    ($expr: expr) => { ... };
    ($fmt: tt, $expr: expr) => { ... };
}