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.
1 parent 887999d commit 39d99a1Copy full SHA for 39d99a1
src/librustdoc/clean/cfg.rs
@@ -497,6 +497,8 @@ impl<'a> fmt::Display for Display<'a> {
497
"msp430" => "MSP430",
498
"powerpc" => "PowerPC",
499
"powerpc64" => "PowerPC-64",
500
+ "riscv32" => "RISC-V RV32",
501
+ "riscv64" => "RISC-V RV64",
502
"s390x" => "s390x",
503
"sparc64" => "SPARC64",
504
"wasm32" | "wasm64" => "WebAssembly",
0 commit comments