]> git.lizzy.rs Git - rust.git/blob - src/test/ui/asm/reg-conflict.stderr
Stabilize asm_sym
[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