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

Remove deprecated unstable attribute #[simd] #47251

Merged
merged 1 commit into from
Jan 13, 2018

Conversation

hanna-kruppe
Copy link
Contributor

The #[simd] attribute has been deprecated since c8b6d5b back in 2015. Any nightly crates using it have had ample time to switch to #[repr(simd)], and if they didn't they're likely broken by now anyway.

r? @eddyb

The `#[simd]` attribute has been deprecated since c8b6d5b back in 2015. Any nightly crates using it have had ample time to switch to `#[repr(simd)]`, and if they didn't they're likely broken by now anyway.
@eddyb
Copy link
Member

eddyb commented Jan 7, 2018

@bors r+

@bors
Copy link
Contributor

bors commented Jan 7, 2018

📌 Commit 95c3fc0 has been approved by eddyb

@Mark-Simulacrum Mark-Simulacrum added the relnotes Marks issues that should be documented in the release notes of the next release. label Jan 7, 2018
@kennytm kennytm added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Jan 8, 2018
@bors
Copy link
Contributor

bors commented Jan 13, 2018

⌛ Testing commit 95c3fc0 with merge e6072a7...

bors added a commit that referenced this pull request Jan 13, 2018
Remove deprecated unstable attribute #[simd]

The `#[simd]` attribute has been deprecated since c8b6d5b back in 2015. Any nightly crates using it have had ample time to switch to `#[repr(simd)]`, and if they didn't they're likely broken by now anyway.

r? @eddyb
@bors
Copy link
Contributor

bors commented Jan 13, 2018

☀️ Test successful - status-appveyor, status-travis
Approved by: eddyb
Pushing e6072a7 to master...

@bors bors merged commit 95c3fc0 into rust-lang:master Jan 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
relnotes Marks issues that should be documented in the release notes of the next release. 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.

5 participants