Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion compiler/rustc_feature/src/unstable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ declare_features! (
(unstable, non_exhaustive_omitted_patterns_lint, "1.57.0", Some(89554)),
/// Allows `for<T>` binders in where-clauses
(incomplete, non_lifetime_binders, "1.69.0", Some(108185)),
/// Target feaures on nvptx.
/// Target features on nvptx.
(unstable, nvptx_target_feature, "1.91.0", Some(150254)),
/// Allows using enums in offset_of!
(unstable, offset_of_enum, "1.75.0", Some(120141)),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11773,7 +11773,7 @@ This feature has no tracking issue, and is therefore likely internal to the comp
label: "nvptx_target_feature",
description: r##"# `nvptx_target_feature`

Target feaures on nvptx.
Target features on nvptx.

The tracking issue for this feature is: [#150254]

Expand Down
Loading