Closed
Description
Rust doesnt check that the cfg assertions we use are actually correct, and it would be fairly easy for a typo to slip in. We should have some kind of CI test which greps the code for all cfg checks, then compares the conditions against the known set of conditions (debug_assertions, anchors, test, etc) plus combinators (any, all, not, etc).