macro_rules! unstable_test { ($f:ident, $req:expr) => { ... }; }
Defines a single unstable test from a value that implements RunTest.
RunTest