Add the armv4t-none-eabi target to the supported_targets#100641
Merged
bors merged 2 commits intorust-lang:masterfrom Aug 23, 2022
corwinkuiper:add-armv4t-target
Merged
Add the armv4t-none-eabi target to the supported_targets#100641bors merged 2 commits intorust-lang:masterfrom corwinkuiper:add-armv4t-target
bors merged 2 commits intorust-lang:masterfrom
corwinkuiper:add-armv4t-target
Conversation
Contributor
|
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @oli-obk (or someone else) soon. Please see the contribution instructions for more information. |
Contributor
|
Lokathor
approved these changes
Aug 16, 2022
Contributor
Lokathor
left a comment
There was a problem hiding this comment.
I have no powers to merge, but I was pinged so I'm going to formally approve it.
This comment has been minimized.
This comment has been minimized.
Closed
Contributor
|
@bors r+ rollup |
Collaborator
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this pull request
Aug 23, 2022
…oli-obk Add the armv4t-none-eabi target to the supported_targets This target was added in rust-lang#100244 but forgot to add it to the macro in the `mod.rs` file. `@Lokathor`
This was referenced Aug 23, 2022
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Aug 23, 2022
…iaskrgr Rollup of 9 pull requests Successful merges: - rust-lang#100382 (Make the GATS self outlives error take into GATs in the inputs) - rust-lang#100565 (Suggest adding a missing semicolon before an item) - rust-lang#100641 (Add the armv4t-none-eabi target to the supported_targets) - rust-lang#100789 (Use separate infcx to solve obligations during negative coherence) - rust-lang#100832 (Some small bootstrap cleanup) - rust-lang#100861 (fix ICE with extra-const-ub-checks) - rust-lang#100862 (tidy: remove crossbeam-utils) - rust-lang#100887 (Refactor part of codegen_call_terminator) - rust-lang#100893 (Remove out-of-context comment in `mem::MaybeUninit` documentation) 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 target was added in #100244 but forgot to add it to the macro in the
mod.rsfile.@Lokathor