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
Introduction of `cfg` attribute and `cfg!` macro operators is
misleading. `cfg!` macro has nothing to do with conditional compilation,
but it can be used for run-time conditional checks. It is `cfg`
attribute that enables conditional compilation. Clarify the
responsibilities of the operators.
0 commit comments