@@ -2,37 +2,37 @@ error: the `nomem` option was already provided
2
2
--> $DIR/duplicate-options.rs:7:33
3
3
|
4
4
LL | asm!("", options(nomem, nomem));
5
- | ^^^^^ remove this option
5
+ | ^^^^^ help: remove this option
6
6
7
7
error: the `att_syntax` option was already provided
8
8
--> $DIR/duplicate-options.rs:9:38
9
9
|
10
10
LL | asm!("", options(att_syntax, att_syntax));
11
- | ^^^^^^^^^^ remove this option
11
+ | ^^^^^^^^^^ help: remove this option
12
12
13
13
error: the `nostack` option was already provided
14
14
--> $DIR/duplicate-options.rs:11:56
15
15
|
16
16
LL | asm!("", options(nostack, att_syntax), options(nostack));
17
- | ^^^^^^^ remove this option
17
+ | ^^^^^^^ help: remove this option
18
18
19
19
error: the `nostack` option was already provided
20
20
--> $DIR/duplicate-options.rs:13:35
21
21
|
22
22
LL | asm!("", options(nostack, nostack), options(nostack), options(nostack));
23
- | ^^^^^^^ remove this option
23
+ | ^^^^^^^ help: remove this option
24
24
25
25
error: the `nostack` option was already provided
26
26
--> $DIR/duplicate-options.rs:13:53
27
27
|
28
28
LL | asm!("", options(nostack, nostack), options(nostack), options(nostack));
29
- | ^^^^^^^ remove this option
29
+ | ^^^^^^^ help: remove this option
30
30
31
31
error: the `nostack` option was already provided
32
32
--> $DIR/duplicate-options.rs:13:71
33
33
|
34
34
LL | asm!("", options(nostack, nostack), options(nostack), options(nostack));
35
- | ^^^^^^^ remove this option
35
+ | ^^^^^^^ help: remove this option
36
36
37
37
error: aborting due to 6 previous errors
38
38
0 commit comments