Fix LLVM offload install docs to use semicolon-separated CMake lists#155524
Merged
rust-bors[bot] merged 1 commit intorust-lang:mainfrom Apr 21, 2026
Merged
Fix LLVM offload install docs to use semicolon-separated CMake lists#155524rust-bors[bot] merged 1 commit intorust-lang:mainfrom
rust-bors[bot] merged 1 commit intorust-lang:mainfrom
Conversation
Update so the LLVM CMake example uses and , which is the correct list separator syntax for LLVM CMake options.[Docs] Remove shortcode from models page heading
Collaborator
|
The rustc-dev-guide subtree was changed. If this PR only touches the dev guide consider submitting a PR directly to rust-lang/rustc-dev-guide otherwise thank you for updating the dev guide with your changes. |
Collaborator
|
r? @eholk rustbot has assigned @eholk. Use Why was this reviewer chosen?The reviewer was selected based on:
|
Member
|
@bors r+ rollup thanks! |
Member
|
Hi Bors! @bors r+ rollup |
Contributor
rust-bors Bot
pushed a commit
that referenced
this pull request
Apr 21, 2026
Rollup of 5 pull requests Successful merges: - #153411 (Offload slice support) - #154557 (Make E0284 generic argument suggestions more explicit) - #154933 (Suggest removing `&` when awaiting a reference to a future) - #155524 (Fix LLVM offload install docs to use semicolon-separated CMake lists) - #155568 (Update books)
rust-timer
added a commit
that referenced
this pull request
Apr 21, 2026
Rollup merge of #155524 - sharesth23:fixing-llvm-doc, r=ZuseZ4 Fix LLVM offload install docs to use semicolon-separated CMake lists Update so the LLVM CMake example uses and , which is the correct list separator syntax for LLVM CMake options.[Docs] Remove shortcode from models page heading
github-actions Bot
pushed a commit
to rust-lang/rustc-dev-guide
that referenced
this pull request
Apr 21, 2026
Rollup of 5 pull requests Successful merges: - rust-lang/rust#153411 (Offload slice support) - rust-lang/rust#154557 (Make E0284 generic argument suggestions more explicit) - rust-lang/rust#154933 (Suggest removing `&` when awaiting a reference to a future) - rust-lang/rust#155524 (Fix LLVM offload install docs to use semicolon-separated CMake lists) - rust-lang/rust#155568 (Update books)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update so the LLVM CMake example uses and , which is the correct list separator syntax for LLVM CMake options.[Docs] Remove shortcode from models page heading