mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-12 15:23:28 +00:00

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`.