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
Jonathan Brouwer
3303534dc8
Update uitest stderrs
...
Signed-off-by: Jonathan Brouwer <jonathantbrouwer@gmail.com >
2025-07-23 13:33:23 +02:00
Jana Dönszelmann
5ab5f8a24a
make error codes reflect reality better
2025-06-17 23:22:51 +02:00
Jana Dönszelmann
ee976bbbca
fix bugs in inline/force_inline and diagnostics of all attr parsers
2025-06-17 23:19:31 +02: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
Jonathan Dönszelmann
d50c0a5480
Add hir::Attribute
2024-12-15 19:18:46 +01:00
bohan
f70f900036
ignore generics args in attribute paths
2024-05-11 00:13:27 +08:00