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
The quickchecking crate, for property testing with fuzzed C headers, has some special casing so that known issues (#550, #684, and #1153) don't cause the property tests to fail. That special casing could be handled with a feature in the crate's Cargo.toml file and some cfg attributes in the source.