Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information