Vadim Petrochenkov
c56f49dc34
expand: Micro-optimize prelude injection
...
Use `splice` to avoid shifting the other items twice.
Put `extern crate std;` first so it's already resolved when we resolve `::std::prelude::rust_20XX`.
2025-07-28 17:35:09 +03:00
Lukas Wirth
20ab952b4d
Explicitly annotate edition for unpretty=expanded
and unpretty=hir
tests
...
These emit prelude imports which means they are always edition dependent
2025-04-16 11:10:10 +02:00
Eric Huss
f94142b366
Update tests to use new proc-macro header
2024-11-27 07:18:25 -08:00
Ding Xiang Fei
fd36b3a4a8
s/SmartPointer/CoerceReferent/g
...
move derive_smart_pointer into removed set
2024-10-24 02:14:09 +08:00
Ding Xiang Fei
5534cb0a4a
derive(SmartPointer): register helper attributes
2024-08-13 04:26:48 +08:00