Skip to content

Commit 740f607

Browse files
authored
Unrolled build for #143135
Rollup merge of #143135 - tshepang:typos, r=compiler-errors fix typos on some doc comments
2 parents dddd7ab + bc00a63 commit 740f607

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/rustc_feature/src/accepted.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ declare_features! (
341341
(accepted, pattern_parentheses, "1.31.0", Some(51087)),
342342
/// Allows `use<'a, 'b, A, B>` in `impl Trait + use<...>` for precise capture of generic args.
343343
(accepted, precise_capturing, "1.82.0", Some(123432)),
344-
/// Allows `use<..>` precise capturign on impl Trait in traits.
344+
/// Allows `use<..>` precise capturing on impl Trait in traits.
345345
(accepted, precise_capturing_in_traits, "1.87.0", Some(130044)),
346346
/// Allows procedural macros in `proc-macro` crates.
347347
(accepted, proc_macro, "1.29.0", Some(38356)),
@@ -388,7 +388,7 @@ declare_features! (
388388
(accepted, self_struct_ctor, "1.32.0", Some(51994)),
389389
/// Allows use of x86 SHA512, SM3 and SM4 target-features and intrinsics
390390
(accepted, sha512_sm_x86, "CURRENT_RUSTC_VERSION", Some(126624)),
391-
/// Shortern the tail expression lifetime
391+
/// Shorten the tail expression lifetime
392392
(accepted, shorter_tail_lifetimes, "1.84.0", Some(123739)),
393393
/// Allows using subslice patterns, `[a, .., b]` and `[a, xs @ .., b]`.
394394
(accepted, slice_patterns, "1.42.0", Some(62254)),

0 commit comments

Comments
 (0)