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 58fdc43 commit d77f73eCopy full SHA for d77f73e
src/librustc_target/asm/mod.rs
@@ -385,9 +385,7 @@ impl InlineAsmRegClass {
385
InlineAsmArch::RiscV32 | InlineAsmArch::RiscV64 => {
386
Self::RiscV(RiscVInlineAsmRegClass::parse(arch, name)?)
387
}
388
- InlineAsmArch::Nvptx64 => {
389
- Self::Nvptx(NvptxInlineAsmRegClass::parse(arch, name)?)
390
- }
+ InlineAsmArch::Nvptx64 => Self::Nvptx(NvptxInlineAsmRegClass::parse(arch, name)?),
391
})
392
393
0 commit comments