1.0.0[][src]Macro std::prelude::v1::test

macro_rules! test {
    ($ item : item) => { ... };
}

Attribute macro applied to a function to turn it into a unit test.