Skip to content

Commit ef67a60

Browse files
Rollup merge of #161891 - mejrs:eii_incomplete, r=RalfJung
Mark `extern_item_impls` feature as incomplete context: #161873 (comment) > If they are so unstable, maybe they should have a separate feature gate that's marked as `incomplete`. Or the entire `extern_item_impls` should be marked "incomplete". I think it's just best to mark the entire thing as incomplete for now. Later, when the implementation matures we can consider removing the incompleteness or splitting the feature in unstable and incomplete parts. r? @bjorn3 @RalfJung
2 parents a0f4222 + e53f70e commit ef67a60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compiler/rustc_feature/src/unstable.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ declare_features! (
536536
/// Allows using `#[export_stable]` which indicates that an item is exportable.
537537
(incomplete, export_stable, "1.88.0", Some(139939)),
538538
/// Externally implementable items
539-
(unstable, extern_item_impls, "1.94.0", Some(125418)),
539+
(incomplete, extern_item_impls, "1.94.0", Some(125418)),
540540
/// Allows defining `extern type`s.
541541
(unstable, extern_types, "1.23.0", Some(43467)),
542542
/// Allow using 128-bit (quad precision) floating point numbers.

0 commit comments

Comments
 (0)