4cfdbd328b
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![]; ``` |
||
---|---|---|
.. | ||
auxiliary | ||
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 | ||
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 |