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
Oh, sorry! It seems that this problem only occurs when criterion feature is enabled without flamegraph. I will try to fix it right now! The problem locates at:
When flamegraph is not enabled, the 'a is an unused parameter. I don't know what's the best practice to fix this problem 🤦♂️ . Adding a PhantomData option for this enum is a little wired (or needs exhaustive_patterns).
Maybe writing different enum definitions for different conditions is the best choice, though ugly.
If it can't compile without the
flamegraph
feature, why is it optional?The text was updated successfully, but these errors were encountered: