rust/library/proc_macro/src
Nicholas Nethercote 392159b561 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`.
2024-03-01 16:30:26 +11:00
..
bridge Move HandleStore into server.rs. 2024-03-01 16:30:26 +11:00
diagnostic.rs proc_macro/bridge: send diagnostics over the bridge as a struct 2022-08-06 15:49:43 -04:00
lib.rs Forbid use of extern "C-unwind" inside standard library 2024-02-24 14:53:04 +00:00
quote.rs Remove unused macro rules 2022-04-18 23:28:06 +02:00