book
book copied to clipboard
added the short hand for the #[should_panic = "msg"]
#[should_panic = "msg"] is shorthand for #[should_panic(expected = "msg")]