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
lib.rs Hide ToString implementations that specialize the default ones 2023-07-24 23:37:35 +09:00
quote.rs