We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c91030 commit bb630e8Copy full SHA for bb630e8
src/backend/updating-llvm.md
@@ -169,8 +169,8 @@ so let's go through each in detail.
169
It is only then that the PR to update Rust to use that version is merged.
170
171
The commit history of `rust-lang/llvm-project`
172
- should look much cleaner as just a few
173
- Rust-specific commits stacked on top of stock LLVM's release branch.
+ should look much cleaner as a `git rebase` is done,
+ where just a few Rust-specific commits are stacked on top of stock LLVM's release branch.
174
175
### Caveats and gotchas
176
0 commit comments