diff options
| author | Caleb Zulawski <caleb.zulawski@gmail.com> | 2024-08-05 10:31:03 -0400 |
|---|---|---|
| committer | Caleb Zulawski <caleb.zulawski@gmail.com> | 2024-08-07 00:43:56 -0400 |
| commit | 0b98a0c72769c2549827ec2320beb5478ca3c335 (patch) | |
| tree | 4a906aa0220a86d7a017c526009062718f1045e4 | |
| parent | 83276f568032f14b1af7e5cd9f7d928734af8d09 (diff) | |
| download | rust-0b98a0c72769c2549827ec2320beb5478ca3c335.tar.gz rust-0b98a0c72769c2549827ec2320beb5478ca3c335.zip | |
Fix typo
Co-authored-by: Amanieu d'Antras <amanieu@gmail.com>
| -rw-r--r-- | compiler/rustc_target/src/target_features.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_target/src/target_features.rs b/compiler/rustc_target/src/target_features.rs index 746926308b6..da66ba270b3 100644 --- a/compiler/rustc_target/src/target_features.rs +++ b/compiler/rustc_target/src/target_features.rs @@ -335,7 +335,7 @@ const RISCV_ALLOWED_FEATURES: &[(&str, Stability, ImpliedFeatures)] = &[ ("zkne", Stable, &[]), ("zknh", Stable, &[]), ("zkr", Stable, &[]), - ("zks", Stable, &["zbkb", "bzkc", "zbkx", "zksed", "zksh"]), + ("zks", Stable, &["zbkb", "zbkc", "zbkx", "zksed", "zksh"]), ("zksed", Stable, &[]), ("zksh", Stable, &[]), ("zkt", Stable, &[]), |
