rust/library/proc_macro/src
Frank Steffahn 3911a63b77 Hide ToString implementations that specialize the default ones
The status quo is highly confusing, since the overlap is not apparent,
and specialization is not a feature of Rust. This addresses #87545;
I'm not certain if it closes it, since that issue might also be trackign
a *general* solution for hiding specializing impls automatically.
2023-07-24 23:37:35 +09:00
..
bridge Add Span::{line, column} 2023-06-20 19:40:25 -04:00
diagnostic.rs proc_macro/bridge: send diagnostics over the bridge as a struct 2022-08-06 15:49:43 -04:00
lib.rs Hide ToString implementations that specialize the default ones 2023-07-24 23:37:35 +09:00
quote.rs Remove unused macro rules 2022-04-18 23:28:06 +02:00