tests/ui/asm: Remove uses of rustc_attrs, lang_items, and decl_macro features by using minicore by taiki-e · Pull Request #134385 · rust-lang/rust (original) (raw)

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation6 Commits1 Checks6 Files changed

Conversation

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

[ Show hidden characters]({{ revealButtonHref }})

taiki-e

Follow-up to #132516 (comment).
This PR do similar things for remaining tests in tests/ui/asm.

r? jieyouxu

@rustbot rustbot added S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

T-compiler

Relevant to the compiler team, which will review and decide on the PR/issue.

labels

Dec 16, 2024

taiki-e

@@ -3,22 +3,10 @@
//@ needs-asm-support
#![crate_type = "rlib"]
#![feature(no_core, rustc_attrs, lang_items)]
#![no_core]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(I added this test in #131332, but no_core was not needed in the first place for this test.)

#![crate_type = "rlib"]
#![no_std]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rust-log-analyzer

This comment has been minimized.

@taiki-e

…features by using minicore

compiler-errors

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good cleanups :)

@compiler-errors

r? compiler-errors @bors r+ rollup

@bors

📌 Commit 86e0eab has been approved by compiler-errors

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

and removed S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

labels

Dec 16, 2024

GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request

Dec 16, 2024

@GuillaumeGomez

…r-errors

tests/ui/asm: Remove uses of rustc_attrs, lang_items, and decl_macro features by using minicore

Follow-up to rust-lang#132516 (comment). This PR do similar things for remaining tests in tests/ui/asm.

r? jieyouxu

GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request

Dec 16, 2024

@GuillaumeGomez

…r-errors

tests/ui/asm: Remove uses of rustc_attrs, lang_items, and decl_macro features by using minicore

Follow-up to rust-lang#132516 (comment). This PR do similar things for remaining tests in tests/ui/asm.

r? jieyouxu

GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request

Dec 16, 2024

@GuillaumeGomez

…r-errors

tests/ui/asm: Remove uses of rustc_attrs, lang_items, and decl_macro features by using minicore

Follow-up to rust-lang#132516 (comment). This PR do similar things for remaining tests in tests/ui/asm.

r? jieyouxu

bors added a commit to rust-lang-ci/rust that referenced this pull request

Dec 16, 2024

@bors

…llaumeGomez

Rollup of 9 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

bors added a commit to rust-lang-ci/rust that referenced this pull request

Dec 16, 2024

@bors

…iaskrgr

Rollup of 9 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

rust-timer added a commit to rust-lang-ci/rust that referenced this pull request

Dec 16, 2024

@rust-timer

Rollup merge of rust-lang#134385 - taiki-e:ui-asm-minicore, r=compiler-errors

tests/ui/asm: Remove uses of rustc_attrs, lang_items, and decl_macro features by using minicore

Follow-up to rust-lang#132516 (comment). This PR do similar things for remaining tests in tests/ui/asm.

r? jieyouxu

jieyouxu added a commit to jieyouxu/rust that referenced this pull request

Dec 18, 2024

@jieyouxu

…ieyouxu

tests/assembly/asm: Remove uses of rustc_attrs and lang_items features by using minicore

Similar to rust-lang#134385 (for tests/ui/asm), but for tests/assembly/asm.

r? jieyouxu

rust-timer added a commit to rust-lang-ci/rust that referenced this pull request

Dec 18, 2024

@rust-timer

Rollup merge of rust-lang#134436 - taiki-e:assembly-asm-minicore, r=jieyouxu

tests/assembly/asm: Remove uses of rustc_attrs and lang_items features by using minicore

Similar to rust-lang#134385 (for tests/ui/asm), but for tests/assembly/asm.

r? jieyouxu

jieyouxu added a commit to jieyouxu/rust that referenced this pull request

Dec 20, 2024

@jieyouxu

…eyouxu

tests/codegen/asm: Remove uses of rustc_attrs and lang_items features by using minicore

Similar to rust-lang#134385 (for tests/ui/asm) and rust-lang#134436 (for tests/assembly/asm), but for tests/codegen/asm.

r? jieyouxu

matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request

Dec 20, 2024

@matthiaskrgr

…eyouxu

tests/codegen/asm: Remove uses of rustc_attrs and lang_items features by using minicore

Similar to rust-lang#134385 (for tests/ui/asm) and rust-lang#134436 (for tests/assembly/asm), but for tests/codegen/asm.

r? jieyouxu

rust-timer added a commit to rust-lang-ci/rust that referenced this pull request

Dec 20, 2024

@rust-timer

Rollup merge of rust-lang#134562 - taiki-e:codegen-asm-minicore, r=jieyouxu

tests/codegen/asm: Remove uses of rustc_attrs and lang_items features by using minicore

Similar to rust-lang#134385 (for tests/ui/asm) and rust-lang#134436 (for tests/assembly/asm), but for tests/codegen/asm.

r? jieyouxu

Labels

S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

T-compiler

Relevant to the compiler team, which will review and decide on the PR/issue.