#[test] fn it_works() { } #[test] #[should_panic] fn it_works_panic() { assert!(false); }