Skip to content

Commit e53f70e

Browse files
committed
Mark extern_item_impls feature as incomplete
1 parent e457a7b commit e53f70e

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
@@ -538,7 +538,7 @@ declare_features! (
538538
/// Allows using `#[export_stable]` which indicates that an item is exportable.
539539
(incomplete, export_stable, "1.88.0", Some(139939)),
540540
/// Externally implementable items
541-
(unstable, extern_item_impls, "1.94.0", Some(125418)),
541+
(incomplete, extern_item_impls, "1.94.0", Some(125418)),
542542
/// Allows defining `extern type`s.
543543
(unstable, extern_types, "1.23.0", Some(43467)),
544544
/// Allow using 128-bit (quad precision) floating point numbers.

0 commit comments

Comments
 (0)