cheat_reviewed

Attribute Macro cheat_reviewed 

Source
#[cheat_reviewed]
Expand description

A simpler version of cheat_aware for tests where full metadata isn’t needed.

Just marks a test as having been reviewed for cheat vectors.

§Example

#[cheat_reviewed("Unit test for version parsing - no cheat vectors")]
#[test]
fn test_parse_version() {
    // ...
}