summaryrefslogtreecommitdiffstats
path: root/src/test/ui/asm/bad-template.aarch64_thirunsafeck.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/asm/bad-template.aarch64_thirunsafeck.stderr')
-rw-r--r--src/test/ui/asm/bad-template.aarch64_thirunsafeck.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/asm/bad-template.aarch64_thirunsafeck.stderr b/src/test/ui/asm/bad-template.aarch64_thirunsafeck.stderr
index 7ef93e15f..5dac693cc 100644
--- a/src/test/ui/asm/bad-template.aarch64_thirunsafeck.stderr
+++ b/src/test/ui/asm/bad-template.aarch64_thirunsafeck.stderr
@@ -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