rust/library/proc_macro/src
Thalia Archibald 988eb19970 library: Use size_of from the prelude instead of imported
Use `std::mem::{size_of, size_of_val, align_of, align_of_val}` from the
prelude instead of importing or qualifying them.

These functions were added to all preludes in Rust 1.80.
2025-03-06 20:20:38 -08:00
..
bridge library: Use size_of from the prelude instead of imported 2025-03-06 20:20:38 -08:00
diagnostic.rs proc_macro/bridge: send diagnostics over the bridge as a struct 2022-08-06 15:49:43 -04:00
escape.rs Remove superfluous escaping from byte, byte str, and c str literals 2024-06-13 09:49:15 -07:00
lib.rs proc_macro: Apply unsafe_op_in_unsafe_fn 2025-02-14 07:36:17 -08:00
quote.rs Fix proc_macro::quote! for raw ident 2025-01-09 22:16:21 +01:00
to_tokens.rs Add a new trait proc_macro::ToTokens 2024-10-27 03:17:05 +01:00