rust-analyzer/crates/cfg/src
Chayim Refael Friedman 4a06675e9c Gate #[test] expansion under cfg(test).
This will mean users opting to not activate `cfg(test)` will lose IDE experience on them, which is quite unfortunate, but this is unavoidable if we want to avoid false positives on e.g. diagnostics. The real fix is to provide IDE experience even for cfg'ed out code, but this is out of scope for this PR.
2024-09-30 00:12:45 +03:00
..
cfg_expr.rs Make CfgExpr slimmer 2024-07-21 14:50:44 +02:00
dnf.rs Make CfgExpr slimmer 2024-07-21 14:50:44 +02:00
lib.rs Gate #[test] expansion under cfg(test). 2024-09-30 00:12:45 +03:00
tests.rs Split out syntax-bridge into a separate crate 2024-08-05 13:45:00 +02:00