We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05cd587 commit a9f6237Copy full SHA for a9f6237
1 file changed
compiler/rustc_target/src/asm/s390x.rs
@@ -101,6 +101,6 @@ impl S390xInlineAsmReg {
101
_arch: InlineAsmArch,
102
_modifier: Option<char>,
103
) -> fmt::Result {
104
- out.write_str(&format!("%{}", self.name()))
+ write!(out, "%{}", self.name())
105
}
106
0 commit comments