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
attr-without-param.stderr
issue-64682-dropping-first-attrs-in-impl-fns.rs
param-attrs-2018.rs
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
param-attrs-builtin-attrs.rs
param-attrs-builtin-attrs.stderr
param-attrs-cfg.rs
param-attrs-cfg.stderr
param-attrs-pretty.rs
proc-macro-cannot-be-used.rs
proc-macro-cannot-be-used.stderr