This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit d0227c6
committed
Auto merge of rust-lang#125174 - nnethercote:less-ast-pretty-printing, r=petrochenkov
Print `token::Interpolated` with token stream pretty printing.
This is a step towards removing `token::Interpolated` (rust-lang#124141). It unavoidably changes the output of the `stringify!` macro, generally for the better.
r? `@petrochenkov`File tree
7 files changed
+75
-246
lines changed- compiler/rustc_ast_pretty/src/pprust
- tests/ui
- macros
- proc-macro
7 files changed
+75
-246
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
877 | 877 | | |
878 | 878 | | |
879 | 879 | | |
880 | | - | |
881 | | - | |
882 | | - | |
883 | | - | |
884 | | - | |
885 | | - | |
886 | | - | |
887 | | - | |
888 | | - | |
889 | | - | |
890 | | - | |
891 | | - | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
892 | 885 | | |
893 | 886 | | |
894 | 887 | | |
| |||
1022 | 1015 | | |
1023 | 1016 | | |
1024 | 1017 | | |
| 1018 | + | |
| 1019 | + | |
| 1020 | + | |
| 1021 | + | |
1025 | 1022 | | |
1026 | 1023 | | |
1027 | 1024 | | |
| |||
2068 | 2065 | | |
2069 | 2066 | | |
2070 | 2067 | | |
2071 | | - | |
2072 | | - | |
2073 | | - | |
2074 | | - | |
2075 | 2068 | | |
2076 | 2069 | | |
2077 | 2070 | | |
| |||
0 commit comments