summaryrefslogtreecommitdiffstats
path: root/src/test/ui/asm/aarch64/type-check-3.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/asm/aarch64/type-check-3.stderr')
-rw-r--r--src/test/ui/asm/aarch64/type-check-3.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/asm/aarch64/type-check-3.stderr b/src/test/ui/asm/aarch64/type-check-3.stderr
index 49292982e..f710df2dc 100644
--- a/src/test/ui/asm/aarch64/type-check-3.stderr
+++ b/src/test/ui/asm/aarch64/type-check-3.stderr
@@ -4,9 +4,9 @@ warning: formatting may not be suitable for sub-register argument
LL | asm!("{}", in(reg) 0u8);
| ^^ --- for this argument
|
- = note: `#[warn(asm_sub_register)]` on by default
= help: use `{0:w}` to have the register formatted as `w0`
= help: or use `{0:x}` to keep the default formatting of `x0`
+ = note: `#[warn(asm_sub_register)]` on by default
warning: formatting may not be suitable for sub-register argument
--> $DIR/type-check-3.rs:50:15