Replies: 1 comment
-
Isn't it common to use a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Should they use a feature flag, e.g.,
unstable
? Should they use a--cfg
flag, e.g.,--cfg unstable
? Should the flag be unique for each library, e.g.,--cfg rayon-unstable --cfg tokio-unstable
?Beta Was this translation helpful? Give feedback.
All reactions