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 can be
confusing. `cfg!` macro and `cfg` attribute behave differently in terms
of conditional compilation. While `cfg` attribute enables conditional
compilation of some code, `cfg!` macro conditionally evalutes to `true`
or `false` literals for run-time checks.
0 commit comments