Skip to content

Commit ef569a2

Browse files
Remove unnecessary tests
Since it's a library feature it shouldn't be declared inside the compiler
1 parent 7add14a commit ef569a2

File tree

4 files changed

+0
-21
lines changed

4 files changed

+0
-21
lines changed

compiler/rustc_feature/src/unstable.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -592,8 +592,6 @@ declare_features! (
592592
(unstable, simd_ffi, "1.0.0", Some(27731)),
593593
/// Allows specialization of implementations (RFC 1210).
594594
(incomplete, specialization, "1.7.0", Some(31844)),
595-
/// Allows splitting a slice by another slice
596-
(unstable, split_pattern, "CURRENT_RUSTC_VERSION", Some(49036)),
597595
/// Allows attributes on expressions and non-item statements.
598596
(unstable, stmt_expr_attributes, "1.6.0", Some(15701)),
599597
/// Allows lints part of the strict provenance effort.

compiler/rustc_span/src/symbol.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1864,7 +1864,6 @@ symbols! {
18641864
soft,
18651865
specialization,
18661866
speed,
1867-
split_pattern,
18681867
spotlight,
18691868
sqrtf128,
18701869
sqrtf16,

tests/ui/feature-gates/feature-gate-split-pattern.rs

Lines changed: 0 additions & 5 deletions
This file was deleted.

tests/ui/feature-gates/feature-gate-split-pattern.stderr

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)