There is a new edition of the book and this is an old link.
Any item declaration may have an attribute applied to it.
// A function marked as a unit test
#[test]
fn test_foo() {
/* ... */
}
RunHere are the relevant sections in the new and old books: