sve: add addl. passing test for field projection - #160926
Merged
rust-bors[bot] merged 1 commit intoAug 12, 2026
Merged
Conversation
Contributor
|
@bors try jobs=aarch64-* |
This comment has been minimized.
This comment has been minimized.
rust-bors Bot
pushed a commit
that referenced
this pull request
Aug 11, 2026
…=<try> sve: add addl. passing test for field projection try-job: aarch64-*
folkertdev
reviewed
Aug 11, 2026
| svlen_f32(_op) | ||
| } | ||
| std::hint::black_box(stdarch_test_shim_svlen_f32_cntw as usize); | ||
| //~^ WARN: direct cast of function item into an integer |
Contributor
There was a problem hiding this comment.
why is the formatting weird?
Member
Author
There was a problem hiding this comment.
I find rustfmt always does compiletest comments like this
Contributor
Contributor
|
Can you fix the formatting? then also the error messages suggest we can clean up the code in |
davidtwco
force-pushed
the
sve-project-into-field-addl-test
branch
from
August 12, 2026 10:10
a8798bd to
0392bb7
Compare
Member
Author
|
@bors r=folkertdev |
Contributor
Member
Author
|
@bors rollup |
rust-bors Bot
pushed a commit
that referenced
this pull request
Aug 12, 2026
…uwer Rollup of 6 pull requests Successful merges: - #160966 (bootstrap: Avoid some unnecessary imports from the crate root) - #159987 (trait solver: Track canonical response universe assumptions) - #160886 (Trim `GoalStalledOn::Certainty`) - #160925 (Add `TypeId::is_signed` method) - #160926 (sve: add addl. passing test for field projection) - #160977 (Remove `MutatingUseContext::Retag`)
rust-timer
added a commit
that referenced
this pull request
Aug 12, 2026
Rollup merge of #160926 - davidtwco:sve-project-into-field-addl-test, r=folkertdev sve: add addl. passing test for field projection Adding additional test from [#t-libs/stdarch > CI is broken @ 💬](https://rust-lang.zulipchat.com/#narrow/channel/208962-t-libs.2Fstdarch/topic/CI.20is.20broken/near/615620739). I didn't use `minicore` for this test because it doesn't work with `--test`, and similarly cannot use `--target aarch64-unknown-linux-gnu` for the test because without minicore, it would fail on other targets. I confirmed that this fails without #160642. r? @folkertdev
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.
Adding additional test from #t-libs/stdarch > CI is broken @ 💬. I didn't use
minicorefor this test because it doesn't work with--test, and similarly cannot use--target aarch64-unknown-linux-gnufor the test because without minicore, it would fail on other targets. I confirmed that this fails without #160642.r? @folkertdev