rust/library
Jacob Pratt 34fa27b0bd
Rollup merge of #134693 - SpriteOvO:proc-macro-use-to-tokens-in-quote, r=tgross35
proc_macro: Use `ToTokens` trait in `quote` macro

Tracking issues: #130977, #54722

This PR changed `proc_macro::quote!` to use `ToTokens` trait instead of `TokenStream::from`, and migrated test cases from `quote` crate.

r? `@dtolnay`
CC `@tgross35`
2025-01-10 03:55:19 -05:00
..
2025-01-03 20:16:52 -08:00
2024-12-24 19:00:57 +01:00
2024-12-24 19:00:57 +01:00
2025-01-05 01:40:09 +01:00