diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2022-06-02 10:49:22 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2022-06-02 11:22:16 +1000 |
| commit | 77e1069a5dfcc662ca2b0e731fa2fca2b6ee073b (patch) | |
| tree | 981e81642a2d4f6e4d8bf4234ce4cffe95ca501c /src/test/ui/proc-macro/nodelim-groups.stdout | |
| parent | bef2b7cd1c7bcb3393f10d5752fcf9ee3026bce8 (diff) | |
| download | rust-77e1069a5dfcc662ca2b0e731fa2fca2b6ee073b.tar.gz rust-77e1069a5dfcc662ca2b0e731fa2fca2b6ee073b.zip | |
Revert #96682.
The change was "Show invisible delimiters (within comments) when pretty printing". It's useful to show these delimiters, but is a breaking change for some proc macros. Fixes #97608.
Diffstat (limited to 'src/test/ui/proc-macro/nodelim-groups.stdout')
| -rw-r--r-- | src/test/ui/proc-macro/nodelim-groups.stdout | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/test/ui/proc-macro/nodelim-groups.stdout b/src/test/ui/proc-macro/nodelim-groups.stdout index 0d2f33b4175..6b410f0bfb7 100644 --- a/src/test/ui/proc-macro/nodelim-groups.stdout +++ b/src/test/ui/proc-macro/nodelim-groups.stdout @@ -1,5 +1,4 @@ PRINT-BANG INPUT (DISPLAY): "hi" 1 + (25) + 1 (1 + 1) -PRINT-BANG RE-COLLECTED (DISPLAY): "hi" /*«*/ 1 + (25) + 1 /*»*/ (1 + 1) PRINT-BANG INPUT (DEBUG): TokenStream [ Literal { kind: Str, @@ -72,9 +71,6 @@ PRINT-BANG INPUT (DEBUG): TokenStream [ }, ] PRINT-BANG INPUT (DISPLAY): "hi" "hello".len() + "world".len() (1 + 1) -PRINT-BANG RE-COLLECTED (DISPLAY): "hi" /*«*/ "hello".len() + "world".len() /*»*/ (1 + 1) -PRINT-BANG DEEP-RE-COLLECTED (DISPLAY): "hi" /*«*/ /*«*/ "hello".len() /*»*/ + /*«*/ "world".len() /*»*/ /*»*/ -(1 + 1) PRINT-BANG INPUT (DEBUG): TokenStream [ Literal { kind: Str, |
