Skip to content

Commit 2f953da

Browse files
committed
Remove unnecessary Share feature gate plumbing
1 parent 501ab4e commit 2f953da

3 files changed

Lines changed: 0 additions & 8 deletions

File tree

compiler/rustc_feature/src/unstable.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -711,8 +711,6 @@ declare_features! (
711711
(unstable, s390x_target_feature, "1.82.0", Some(150259)),
712712
/// Allows the use of the `sanitize` attribute.
713713
(unstable, sanitize, "1.91.0", Some(39699)),
714-
/// Allows use of the `Share` trait.
715-
(unstable, share_trait, "CURRENT_RUSTC_VERSION", Some(156756)),
716714
/// Allows the use of SIMD types in functions declared in `extern` blocks.
717715
(unstable, simd_ffi, "1.0.0", Some(27731)),
718716
/// Target features on sparc.

compiler/rustc_span/src/symbol.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1841,7 +1841,6 @@ symbols! {
18411841
sha512_sm_x86,
18421842
shadow_call_stack,
18431843
shallow,
1844-
share_trait,
18451844
shl,
18461845
shl_assign,
18471846
shorter_tail_lifetimes,

tests/ui/feature-gates/feature-gate-share-trait.rs

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

0 commit comments

Comments
 (0)