]> git.lizzy.rs Git - rust.git/commit
Auto merge of #12058 - jonas-schievink:one-thread-with-extra-stack-please, r=jonas...
authorbors <bors@rust-lang.org>
Fri, 22 Apr 2022 15:46:30 +0000 (15:46 +0000)
committerbors <bors@rust-lang.org>
Fri, 22 Apr 2022 15:46:30 +0000 (15:46 +0000)
commit1894473b1973b366ee8d0cfa2c2a4459b1709b9c
tree82147c6805aee561eeb8ad2d9c0f6b90e14ab194
parentebe6e30f0459ef3eedfb4fef9f02bd95db111d2d
parentb5a56c7d53c3b00df4b580e9d48c59fa7df48cf5
Auto merge of #12058 - jonas-schievink:one-thread-with-extra-stack-please, r=jonas-schievink

fix: Spawn a new thread with a larger stack for the LSP and proc-macro server

This runs the server and proc-macro process in dedicated threads with 8 MB of stack space to paper over OS differences and fix occasional stack overflows.

This hopefully resolves https://github.com/rust-lang/rust-analyzer/issues/11669