You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).