Skip to content

Commit cc02816

Browse files
committed
resolve : move repr_simd
under pattern_types
1 parent f062228 commit cc02816

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

compiler/rustc_feature/src/unstable.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,6 @@ declare_features! (
297297
(internal, link_llvm_intrinsics, "1.0.0", Some(29602)),
298298
/// Allows using the `#[linkage = ".."]` attribute.
299299
(unstable, linkage, "1.0.0", Some(29603)),
300-
/// Allows `repr(simd)` and importing the various simd intrinsics.
301-
(internal, repr_simd, "1.4.0", Some(27731)),
302300
/// Allows declaring with `#![needs_panic_runtime]` that a panic runtime is needed.
303301
(internal, needs_panic_runtime, "1.10.0", Some(32837)),
304302
/// Allows using the `#![panic_runtime]` attribute.

0 commit comments

Comments
 (0)