Update fuchsia-test-runner.py and docs#108354
Merged
bors merged 1 commit intorust-lang:masterfrom Feb 25, 2023
Merged
Conversation
Contributor
Author
|
Note that |
tmandry
reviewed
Feb 22, 2023
Member
|
@bors delegate+ |
Collaborator
|
✌️ @djkoloski can now approve this pull request |
Member
|
@bors rollup |
aede784 to
25678a5
Compare
This comment has been minimized.
This comment has been minimized.
This updates the test runner to the latest version of the SDK and fixes debugging support for Rust source code.
25678a5 to
6e7902b
Compare
Contributor
Author
|
@bors r+ |
Collaborator
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this pull request
Feb 24, 2023
…er, r=djkoloski Update `fuchsia-test-runner.py` and docs This updates the test runner to the latest version of the SDK and fixes debugging support for Rust source code. r? `@tmandry`
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Feb 25, 2023
…iaskrgr Rollup of 7 pull requests Successful merges: - rust-lang#108354 (Update `fuchsia-test-runner.py` and docs) - rust-lang#108404 (support `x fmt` for sub and outside of rust directories) - rust-lang#108407 (docs: use intra-doc links for `Vec::get(_mut)`) - rust-lang#108410 (rustdoc: avoid including `<li>` tags in item table short desc) - rust-lang#108412 (Fix GUI test navigation bug) - rust-lang#108433 (Wrap missing provider message correctly) - rust-lang#108434 (Migrate `rustc_hir_analysis` to session diagnostic [Part One]) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
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.
This updates the test runner to the latest version of the SDK and fixes debugging support for Rust source code.
r? @tmandry