about summary refs log tree commit diff
path: root/tests/codegen/patchable-function-entry/patchable-function-entry-no-flag.rs
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2023-10-12 15:36:14 +1100
committerNicholas Nethercote <n.nethercote@gmail.com>2023-12-11 09:36:40 +1100
commit1cb804b52036fc6bdc02eac478c95e54212ab50c (patch)
tree013ef803d47ff5f91c49a9b0d89e360389d05502 /tests/codegen/patchable-function-entry/patchable-function-entry-no-flag.rs
parent1b9bf8adf3ce3a295bfe5573b3c99eae0bc51e43 (diff)
downloadrust-1cb804b52036fc6bdc02eac478c95e54212ab50c.tar.gz
rust-1cb804b52036fc6bdc02eac478c95e54212ab50c.zip
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![];
```
Diffstat (limited to 'tests/codegen/patchable-function-entry/patchable-function-entry-no-flag.rs')
0 files changed, 0 insertions, 0 deletions