diff options
| author | Gurinder Singh <frederick.the.fool@gmail.com> | 2023-10-30 19:04:55 +0530 |
|---|---|---|
| committer | Gurinder Singh <frederick.the.fool@gmail.com> | 2023-10-30 19:04:55 +0530 |
| commit | a2486dba3b6cd64b082273a3e24a3e8b6b65dc1b (patch) | |
| tree | 4cbc673a1c6b7f49d1b9b3a74ecb261604846f8b /tests/rustdoc-js-std/osstring-to-string.js | |
| parent | 91bbdd927a5e53a2fe126304fe8adbedf339616c (diff) | |
| download | rust-a2486dba3b6cd64b082273a3e24a3e8b6b65dc1b.tar.gz rust-a2486dba3b6cd64b082273a3e24a3e8b6b65dc1b.zip | |
Fix missing leading space in suggestion
For a local pattern with no space between `let` and `(` e.g.: let(_a) = 3; we were previously suggesting this illegal code: let_a =3; After this change the suggestion will instead be: let _a =3; (Note the space after `let`)
Diffstat (limited to 'tests/rustdoc-js-std/osstring-to-string.js')
0 files changed, 0 insertions, 0 deletions
