]> git.lizzy.rs Git - rust.git/commit
Auto merge of #47251 - rkruppe:rm-simd-attr, r=eddyb
authorbors <bors@rust-lang.org>
Sat, 13 Jan 2018 15:29:31 +0000 (15:29 +0000)
committerbors <bors@rust-lang.org>
Sat, 13 Jan 2018 15:29:31 +0000 (15:29 +0000)
commite6072a7b3835f1875e81c9fd27799f9b20a0770c
tree9360de92c08bfa3b40b25e94ac70e6a7aa77356c
parent9b2f8ac29eca4a42c35ce32b13231fcc1f9a3c9d
parent95c3fc05a91d432b215a22a082b4d4a9336db8a6
Auto merge of #47251 - rkruppe:rm-simd-attr, r=eddyb

Remove deprecated unstable attribute #[simd]

The `#[simd]` attribute has been deprecated since c8b6d5b23cc8b2d43ece9f06252c7e98280fb8e5 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
src/librustc/ty/mod.rs
src/libsyntax/feature_gate.rs