We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f296b9a + 39d99a1 commit 2af6677Copy full SHA for 2af6677
src/librustdoc/clean/cfg.rs
@@ -517,6 +517,8 @@ impl<'a> fmt::Display for Display<'a> {
517
"msp430" => "MSP430",
518
"powerpc" => "PowerPC",
519
"powerpc64" => "PowerPC-64",
520
+ "riscv32" => "RISC-V RV32",
521
+ "riscv64" => "RISC-V RV64",
522
"s390x" => "s390x",
523
"sparc64" => "SPARC64",
524
"wasm32" | "wasm64" => "WebAssembly",
0 commit comments