Conditional structures: Difference between revisions

Content deleted Content added
Line 4,353: Line 4,353:
))]
))]
fn highly_specific_function() {}
fn highly_specific_function() {}
</lang rust>
</lang>
Conditional compilation may also be achieved via the `cfg!` macro.
Conditional compilation may also be achieved via the `cfg!` macro.
<lang rust>fn main() {
<lang rust>fn main() {