1 2 3 4 5 6 7 8 9 10 11 12 13 14
#[test] fn comp_macro() { panic!("Create macros"); } #[test] fn optimize() { panic!("Switch out the bit vectors to SmallBitVec"); } #[test] fn use_it() { panic!("Create something big like an ALU, than publish as 1.0"); }