leak

Macro leak 

Source
macro_rules! leak {
    ($val:expr, $ty:ty) => { ... };
    ($val:expr) => { ... };
}