commit | 7d01878bd0d1c4383c1158adeff0c392446ea3a2 | [log] [tgz] |
---|---|---|
author | bors <bors@rust-lang.org> | Thu Mar 21 15:40:58 2024 +0000 |
committer | bors <bors@rust-lang.org> | Thu Mar 21 15:40:58 2024 +0000 |
tree | 837ff542c5f61fb0998d275271b44bd09d7964e3 | |
parent | 2627e9f3012a97d3136b3e11bf6bd0853c38a534 [diff] | |
parent | 6b0a706cb4ce8114f7e082955cd3e53bdc0bc976 [diff] |
Auto merge of #122596 - rcxdude:master, r=petrochenkov Use MSVC-style escaping when passing a response/@ file to lld on windows LLD parses @ files like the command arguments on the platform it's on, so on windows it needs to follow the MSVC style to work correctly. Otherwise builds can fail if the linker command gets too long and the build path contains spaces.
This is the main source code repository for Rust. It contains the compiler, standard library, and documentation.
Note: this README is for users rather than contributors. If you wish to contribute to the compiler, you should read CONTRIBUTING.md instead.
Read “Installation” from The Book.
If you really want to install from source (though this is not recommended), see INSTALL.md.
See https://www.rust-lang.org/community for a list of chat platforms and forums.
See CONTRIBUTING.md.
Rust is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.
See LICENSE-APACHE, LICENSE-MIT, and COPYRIGHT for details.
The Rust Foundation owns and protects the Rust and Cargo trademarks and logos (the “Rust Trademarks”).
If you want to use these names or brands, please read the media guide.
Third-party logos may be subject to third-party copyrights and trademarks. See Licenses for details.