]> git.lizzy.rs Git - rust.git/blob - src/test/ui/asm/reg-conflict.stderr
Merge commit 'd3a2366ee877075c59b38bd8ced55f224fc7ef51' into sync_cg_clif-2022-07-26
[rust.git] / src / test / ui / asm / reg-conflict.stderr
1 error: register `s1` conflicts with register `d0`
2   --> $DIR/reg-conflict.rs:17:31
3    |
4 LL |         asm!("", out("d0") _, out("s1") _);
5    |                  -----------  ^^^^^^^^^^^ register `s1`
6    |                  |
7    |                  register `d0`
8
9 error: aborting due to previous error
10