We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcbaff1 commit 8b222a4Copy full SHA for 8b222a4
cranelift/fuzzgen/src/lib.rs
@@ -58,6 +58,7 @@ impl fmt::Debug for TestCase {
58
59
writeln!(f, "target aarch64")?;
60
writeln!(f, "target s390x")?;
61
+ writeln!(f, "target riscv64")?;
62
writeln!(f, "target x86_64\n")?;
63
64
writeln!(f, "{}", self.func)?;
0 commit comments