@@ -2,37 +2,37 @@ error: the `nomem` option was already provided
22 --> $DIR/duplicate-options.rs:7:33
33 |
44LL | asm!("", options(nomem, nomem));
5- | ^^^^^ remove this option
5+ | ^^^^^ help: remove this option
66
77error: the `att_syntax` option was already provided
88 --> $DIR/duplicate-options.rs:9:38
99 |
1010LL | asm!("", options(att_syntax, att_syntax));
11- | ^^^^^^^^^^ remove this option
11+ | ^^^^^^^^^^ help: remove this option
1212
1313error: the `nostack` option was already provided
1414 --> $DIR/duplicate-options.rs:11:56
1515 |
1616LL | asm!("", options(nostack, att_syntax), options(nostack));
17- | ^^^^^^^ remove this option
17+ | ^^^^^^^ help: remove this option
1818
1919error: the `nostack` option was already provided
2020 --> $DIR/duplicate-options.rs:13:35
2121 |
2222LL | asm!("", options(nostack, nostack), options(nostack), options(nostack));
23- | ^^^^^^^ remove this option
23+ | ^^^^^^^ help: remove this option
2424
2525error: the `nostack` option was already provided
2626 --> $DIR/duplicate-options.rs:13:53
2727 |
2828LL | asm!("", options(nostack, nostack), options(nostack), options(nostack));
29- | ^^^^^^^ remove this option
29+ | ^^^^^^^ help: remove this option
3030
3131error: the `nostack` option was already provided
3232 --> $DIR/duplicate-options.rs:13:71
3333 |
3434LL | asm!("", options(nostack, nostack), options(nostack), options(nostack));
35- | ^^^^^^^ remove this option
35+ | ^^^^^^^ help: remove this option
3636
3737error: aborting due to 6 previous errors
3838
0 commit comments