@@ -2,55 +2,55 @@ error: the `nomem` option was already provided
22 --> $DIR/duplicate-options.rs:8:33
33 |
44LL | asm!("", options(nomem, nomem));
5- | ^^^^^ help: remove this option
5+ | ^^^^^ this option was already provided
66
77error: the `att_syntax` option was already provided
88 --> $DIR/duplicate-options.rs:10:38
99 |
1010LL | asm!("", options(att_syntax, att_syntax));
11- | ^^^^^^^^^^ help: remove this option
11+ | ^^^^^^^^^^ this option was already provided
1212
1313error: the `nostack` option was already provided
1414 --> $DIR/duplicate-options.rs:12:56
1515 |
1616LL | asm!("", options(nostack, att_syntax), options(nostack));
17- | ^^^^^^^ help: remove this option
17+ | ^^^^^^^ this option was already provided
1818
1919error: the `nostack` option was already provided
2020 --> $DIR/duplicate-options.rs:14:35
2121 |
2222LL | asm!("", options(nostack, nostack), options(nostack), options(nostack));
23- | ^^^^^^^ help: remove this option
23+ | ^^^^^^^ this option was already provided
2424
2525error: the `nostack` option was already provided
2626 --> $DIR/duplicate-options.rs:14:53
2727 |
2828LL | asm!("", options(nostack, nostack), options(nostack), options(nostack));
29- | ^^^^^^^ help: remove this option
29+ | ^^^^^^^ this option was already provided
3030
3131error: the `nostack` option was already provided
3232 --> $DIR/duplicate-options.rs:14:71
3333 |
3434LL | asm!("", options(nostack, nostack), options(nostack), options(nostack));
35- | ^^^^^^^ help: remove this option
35+ | ^^^^^^^ this option was already provided
3636
3737error: the `noreturn` option was already provided
3838 --> $DIR/duplicate-options.rs:21:33
3939 |
4040LL | options(att_syntax, noreturn),
41- | ^^^^^^^^ help: remove this option
41+ | ^^^^^^^^ this option was already provided
4242
4343error: the `nomem` option was already provided
4444 --> $DIR/duplicate-options.rs:22:21
4545 |
4646LL | options(nomem, nostack),
47- | ^^^^^^ help: remove this option
47+ | ^^^^^ this option was already provided
4848
4949error: the `noreturn` option was already provided
5050 --> $DIR/duplicate-options.rs:23:21
5151 |
5252LL | options(noreturn),
53- | ^^^^^^^^ help: remove this option
53+ | ^^^^^^^^ this option was already provided
5454
5555error: aborting due to 9 previous errors
5656
0 commit comments