rust-analyzer/crates/rust-analyzer
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
..
src Gate #[test] expansion under cfg(test). 2024-09-30 00:12:45 +03:00
tests/slow-tests Auto merge of #18080 - Veykril:dedup, r=Veykril 2024-09-11 11:47:17 +00:00
build.rs Bump Cargo.lock 2024-05-14 10:57:02 +02:00
Cargo.toml Use crossbeam-channel from the workspace 2024-08-09 23:48:03 +02:00