You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Conditional Compilation for Procedural Macros](#conditional-compilation-for-procedural-macros)
@@ -442,6 +443,27 @@ The solution is to add your terminal to the Developer Tools, which will cause pr
442
443
443
444
Thanks to the [nextest](https://nexte.st/docs/installation/macos/) and [Zed](https://zed.dev/docs/development/macos#tips--tricks) developers for the tip.
444
445
446
+
### Windows Only: Set Up Dev Drive For Rust
447
+
448
+
Windows 11 includes [Dev Drive](https://learn.microsoft.com/en-us/windows/dev-drive/), a file system optimized for development.
449
+
According to Microsoft, [you can expect a speed boost of around 20-30%](https://devblogs.microsoft.com/visualstudio/devdrive/) by using Dev Drive:
0 commit comments