Skip to content
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 and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forbid ! from being used in asm! output #87985

Merged
merged 1 commit into from
Aug 18, 2021
Merged

Forbid ! from being used in asm! output #87985

merged 1 commit into from
Aug 18, 2021

Conversation

nbdd0121
Copy link
Contributor

Fixes #87802

r? @Amanieu

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Aug 12, 2021
@@ -0,0 +1,17 @@
// only-x86_64
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
// only-x86_64
// needs-asm-support

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This causes rollup #88067 to fail because wasm does not have reg.

Copy link
Member

Choose a reason for hiding this comment

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

Hmm ok, leave it as only-x86_64 for now then.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Reverted

@Amanieu
Copy link
Member

Amanieu commented Aug 14, 2021

@bors r+

@bors
Copy link
Contributor

bors commented Aug 14, 2021

📌 Commit 6ec1b53 has been approved by Amanieu

@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 Aug 14, 2021
GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request Aug 15, 2021
Forbid `!` from being used in `asm!` output

Fixes rust-lang#87802

r? `@Amanieu`
GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request Aug 15, 2021
Forbid `!` from being used in `asm!` output

Fixes rust-lang#87802

r? ``@Amanieu``
This was referenced Aug 15, 2021
camsteffen added a commit to camsteffen/rust that referenced this pull request Aug 15, 2021
Forbid `!` from being used in `asm!` output

Fixes rust-lang#87802

r? ```@Amanieu```
@Amanieu
Copy link
Member

Amanieu commented Aug 16, 2021

@bors r+

@bors
Copy link
Contributor

bors commented Aug 16, 2021

📌 Commit 64e1b63 has been approved by Amanieu

@bors
Copy link
Contributor

bors commented Aug 18, 2021

⌛ Testing commit 64e1b63 with merge 896f058...

@bors
Copy link
Contributor

bors commented Aug 18, 2021

☀️ Test successful - checks-actions
Approved by: Amanieu
Pushing 896f058 to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Aug 18, 2021
@bors bors merged commit 896f058 into rust-lang:master Aug 18, 2021
@rustbot rustbot added this to the 1.56.0 milestone Aug 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ICE when creating ! instance via asm macro
5 participants