Commit 105c242
Update dependency that broke rust-analyzer
Summary:
The library spm_precompiled previously had a huge vec literal in its tests, which broke rust-analyzer. Any project depending on spm_precompiled transitively could not start rust-analyzer (notably vllm-router and tokenizers, both used in LLM projects).
rust-lang/rust-analyzer#21748
Upstream has fixed the code, but it hasn't been released. Update the imported version to include the patch.
Reviewed By: dtolnay
Differential Revision: D95214096
fbshipit-source-id: 5ab38eb94cec04c1efb91efa66b2f5648bac4c4e1 parent 7979849 commit 105c242
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
0 commit comments