about summary refs log tree commit diff
path: root/tests/rustdoc-js-std/osstring-to-string.js
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2023-10-30 17:33:19 +0100
committerGitHub <noreply@github.com>2023-10-30 17:33:19 +0100
commit9e4ab9f1118444962ef64eba0a7c07877b2e35c4 (patch)
tree684fbc29da148ff38736d64fc49b0e306155dfe7 /tests/rustdoc-js-std/osstring-to-string.js
parent02d32d2bc2c7feb6cbe37f50b50f7315d6172477 (diff)
parenta2486dba3b6cd64b082273a3e24a3e8b6b65dc1b (diff)
downloadrust-9e4ab9f1118444962ef64eba0a7c07877b2e35c4.tar.gz
rust-9e4ab9f1118444962ef64eba0a7c07877b2e35c4.zip
Rollup merge of #117395 - gurry:117380-wrong-parent-sugg, r=Nilstrieb
Fix missing leading space in suggestion

For a local pattern with no space between `let` and `(` e.g.:
```rust
  let(_a) = 3;
```
we were previously suggesting this illegal code:
```rust
  let_a = 3;
```
After this change the suggestion will instead be:
```rust
  let _a = 3;
```
Fixes #117380
Diffstat (limited to 'tests/rustdoc-js-std/osstring-to-string.js')
0 files changed, 0 insertions, 0 deletions