zed
zed copied to clipboard
rust: Add runnable icon for `#[cfg(test)] mod tests`
This allows you to run all the tests inside the mod tests
block.
Fixes #11967.
Release Notes:
- Added runnable icon for Rust
#[cfg(test)] mod tests
blocks (#11967).