about summary refs log tree commit diff
path: root/library/std/src/sys/pal/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-05-08 12:23:24 +0000
committerbors <bors@rust-lang.org>2024-05-08 12:23:24 +0000
commit30b3b73aa67f686db7370e490bf830ab2ddca8d6 (patch)
treecb06aebd77cdb472051036ad8fcb44cbec3b13ab /library/std/src/sys/pal/unix/stack_overflow.rs
parentbefb659145a734e51a3708ff84315ae07123c880 (diff)
parent362ef42b68567bfa963f53cce1dc7419b0d64ef6 (diff)
downloadrust-30b3b73aa67f686db7370e490bf830ab2ddca8d6.tar.gz
rust-30b3b73aa67f686db7370e490bf830ab2ddca8d6.zip
Auto merge of #12777 - roife:merge-fixes-needless-late-init, r=Alexendoo
fix: merge multiple suggestions into a single multi-span suggestion in `needless_late_init`

See https://github.com/rust-lang/rust-analyzer/issues/17163#issuecomment-2097840922.

Currently, the fix for `needless_late_init` would modify multiple parts in the file. However, these modifications are exported as separate suggestions instead of a unified 'multi-part suggestion'.

Consequently, rust-analyzer is unable to perform the fix correctly when applying suggestions automatically, as only one suggestion is processed at a time. This PR addresses this issue by merge all modifications into a single multi-part suggestion.

changelog: [`needless_late_init`]: merge multiple fixes into a single multi-span fix.
Diffstat (limited to 'library/std/src/sys/pal/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions