]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/asm/bad-template.aarch64_thirunsafeck.stderr
New upstream version 1.65.0+dfsg1
[rustc.git] / src / test / ui / asm / bad-template.aarch64_thirunsafeck.stderr
index 7ef93e15f5ba1cbfc31493e5be0acab675062257..5dac693cc2740063d03e182ad3fd4237b0284fe8 100644 (file)
@@ -190,8 +190,8 @@ LL |         asm!("{:foo}", in(reg) foo);
    |               ^^^^^^           --- for this argument
    |
    = note: `#[warn(asm_sub_register)]` on by default
-   = help: use the `w` modifier to have the register formatted as `w0`
-   = help: or use the `x` modifier to keep the default formatting of `x0`
+   = help: use `{0:w}` to have the register formatted as `w0`
+   = help: or use `{0:x}` to keep the default formatting of `x0`
 
 error: aborting due to 21 previous errors; 1 warning emitted