79662613

Date: 2025-06-11 20:23:04
Score: 0.5
Natty:
Report link

From Rust 1.88.0 onwards (releasing in late June 2025) you can just do #[cfg(true)] or #[cfg(false)]

See https://releases.rs/docs/1.88.0/ or https://github.com/rust-lang/rust/issues/131204

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • High reputation (-2):
Posted by: Tyler