commit | 4f3d7e2d11aa1828f62667ffb3399c598e67c28b | [log] [tgz] |
---|---|---|
author | Matthias Krüger <matthias.krueger@famsik.de> | Sat Mar 02 10:09:36 2024 +0100 |
committer | GitHub <noreply@github.com> | Sat Mar 02 10:09:36 2024 +0100 |
tree | e7ed18ffde993518f614b8f5c671da093aaca039 | |
parent | 9b2644030a1a9dfeec223abb69cd1b4e606ed1c7 [diff] | |
parent | 392159b5618192af5761788d2c7e8256b331ce95 [diff] |
Rollup merge of #121835 - nnethercote:mv-HandleStore, r=bjorn3 Move `HandleStore` into `server.rs`. This just moves the server-relevant parts of handles into `server.rs`. It introduces a new higher-order macro `with_api_handle_types` to avoid some duplication. This fixes two `FIXME` comments, and makes things clearer, by not having server code in `client.rs`. r? ```@bjorn3```
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.