Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1fn main() { 2 #[cfg(target_os = "windows")] 3 { 4 #[cfg(target_env = "msvc")] 5 { 6 println!("cargo:rustc-link-arg=/stack:{}", 8 * 1024 * 1024); 7 } 8 } 9}