Skip to content

Commit ec0edf1

Browse files
authored
Unrolled build for #150124
Rollup merge of #150124 - DanielEScherzer:patch-1, r=petrochenkov unstable.rs: fix typos in comments (implementatble -> implementable)
2 parents ed0006a + 9571693 commit ec0edf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/rustc_feature/src/unstable.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ declare_features! (
221221
(internal, compiler_builtins, "1.13.0", None),
222222
/// Allows writing custom MIR
223223
(internal, custom_mir, "1.65.0", None),
224-
/// Implementation details of externally implementatble items
224+
/// Implementation details of externally implementable items
225225
(internal, eii_internals, "CURRENT_RUSTC_VERSION", None),
226226
/// Outputs useful `assert!` messages
227227
(unstable, generic_assert, "1.63.0", None),
@@ -503,7 +503,7 @@ declare_features! (
503503
(incomplete, explicit_tail_calls, "1.72.0", Some(112788)),
504504
/// Allows using `#[export_stable]` which indicates that an item is exportable.
505505
(incomplete, export_stable, "1.88.0", Some(139939)),
506-
/// Externally implementatble items
506+
/// Externally implementable items
507507
(unstable, extern_item_impls, "CURRENT_RUSTC_VERSION", Some(125418)),
508508
/// Allows defining `extern type`s.
509509
(unstable, extern_types, "1.23.0", Some(43467)),

0 commit comments

Comments
 (0)