os-rust/tests/ui/rfcs/rfc-2565-param-attrs
Nicholas Nethercote 4cfdbd328b Add spacing information to delimiters.
This is an extension of the previous commit. It means the output of
something like this:
```
stringify!(let a: Vec<u32> = vec![];)
```
goes from this:
```
let a: Vec<u32> = vec![] ;
```
With this PR, it now produces this string:
```
let a: Vec<u32> = vec![];
```
2023-12-11 09:36:40 +11:00
..
auxiliary Add spacing information to delimiters. 2023-12-11 09:36:40 +11:00
attr-without-param.rs Better group RFC ui tests together 2023-06-05 16:09:46 +00:00
attr-without-param.stderr Better group RFC ui tests together 2023-06-05 16:09:46 +00:00
issue-64682-dropping-first-attrs-in-impl-fns.rs Better group RFC ui tests together 2023-06-05 16:09:46 +00:00
param-attrs-2018.rs Better group RFC ui tests together 2023-06-05 16:09:46 +00:00
param-attrs-2018.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
param-attrs-allowed.rs Adjust UI tests for unit_bindings 2023-06-12 20:24:48 +08:00
param-attrs-builtin-attrs.rs Better group RFC ui tests together 2023-06-05 16:09:46 +00:00
param-attrs-builtin-attrs.stderr Better group RFC ui tests together 2023-06-05 16:09:46 +00:00
param-attrs-cfg.rs Adjust UI tests for unit_bindings 2023-06-12 20:24:48 +08:00
param-attrs-cfg.stderr Better group RFC ui tests together 2023-06-05 16:09:46 +00:00
param-attrs-pretty.rs Better group RFC ui tests together 2023-06-05 16:09:46 +00:00
proc-macro-cannot-be-used.rs Better group RFC ui tests together 2023-06-05 16:09:46 +00:00
proc-macro-cannot-be-used.stderr Better group RFC ui tests together 2023-06-05 16:09:46 +00:00