macro_rules! decl_test {
(fn $name:ident $($t:tt)*) => { ... };
}Expand description
Declare a new test, sort-of like the #[test] attribute.
macro_rules! decl_test {
(fn $name:ident $($t:tt)*) => { ... };
}Declare a new test, sort-of like the #[test] attribute.