Skip to content

Commit 234057d

Browse files
committed
RFC 2027: Add object_safe_for_dispatch feature gate
1 parent ac0d4eb commit 234057d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/libsyntax/feature_gate.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,10 @@ declare_features! (
479479

480480
// Re-Rebalance coherence
481481
(active, re_rebalance_coherence, "1.32.0", Some(55437), None),
482+
483+
// Non-object safe trait objects safe to use but cannot be created in safe rust
484+
(active, object_safe_for_dispatch, "1.33.0", Some(43561), None),
485+
482486
);
483487

484488
declare_features! (

0 commit comments

Comments
 (0)