|
1 | 1 | error: your program uses the crate `std`, that is not compiled with `stack-protector=all` enabled |
2 | | - --> $DIR/err-allow-partial-mitigations.rs:13:1 |
| 2 | + --> $DIR/err-allow-partial-mitigations.rs:14:1 |
3 | 3 | | |
4 | 4 | LL | fn main() {} |
5 | 5 | | ^ |
6 | 6 | | |
7 | | - = help: it is possible to disable `-Z allow-partial-mitigations=stack-protector` via `-Z allow-partial-mitigations=!stack-protector` |
| 7 | + = help: it is possible to disable `-Z allow-partial-mitigations=stack-protector` via `-Z deny-partial-mitigations=stack-protector` |
8 | 8 | = note: recompile `std` with `stack-protector=all` enabled, or use `-Z allow-partial-mitigations=stack-protector` to allow creating an artifact that has the mitigation only partially enabled |
9 | 9 |
|
10 | 10 | error: your program uses the crate `std`, that is not compiled with `control-flow-guard` enabled |
11 | | - --> $DIR/err-allow-partial-mitigations.rs:13:1 |
| 11 | + --> $DIR/err-allow-partial-mitigations.rs:14:1 |
12 | 12 | | |
13 | 13 | LL | fn main() {} |
14 | 14 | | ^ |
15 | 15 | | |
16 | | - = help: it is possible to disable `-Z allow-partial-mitigations=control-flow-guard` via `-Z allow-partial-mitigations=!control-flow-guard` |
| 16 | + = help: it is possible to disable `-Z allow-partial-mitigations=control-flow-guard` via `-Z deny-partial-mitigations=control-flow-guard` |
17 | 17 | = note: recompile `std` with `control-flow-guard` enabled, or use `-Z allow-partial-mitigations=control-flow-guard` to allow creating an artifact that has the mitigation only partially enabled |
18 | 18 |
|
19 | 19 | error: your program uses the crate `core`, that is not compiled with `stack-protector=all` enabled |
20 | | - --> $DIR/err-allow-partial-mitigations.rs:13:1 |
| 20 | + --> $DIR/err-allow-partial-mitigations.rs:14:1 |
21 | 21 | | |
22 | 22 | LL | fn main() {} |
23 | 23 | | ^ |
24 | 24 | | |
25 | | - = help: it is possible to disable `-Z allow-partial-mitigations=stack-protector` via `-Z allow-partial-mitigations=!stack-protector` |
| 25 | + = help: it is possible to disable `-Z allow-partial-mitigations=stack-protector` via `-Z deny-partial-mitigations=stack-protector` |
26 | 26 | = note: recompile `core` with `stack-protector=all` enabled, or use `-Z allow-partial-mitigations=stack-protector` to allow creating an artifact that has the mitigation only partially enabled |
27 | 27 |
|
28 | 28 | error: your program uses the crate `core`, that is not compiled with `control-flow-guard` enabled |
29 | | - --> $DIR/err-allow-partial-mitigations.rs:13:1 |
| 29 | + --> $DIR/err-allow-partial-mitigations.rs:14:1 |
30 | 30 | | |
31 | 31 | LL | fn main() {} |
32 | 32 | | ^ |
33 | 33 | | |
34 | | - = help: it is possible to disable `-Z allow-partial-mitigations=control-flow-guard` via `-Z allow-partial-mitigations=!control-flow-guard` |
| 34 | + = help: it is possible to disable `-Z allow-partial-mitigations=control-flow-guard` via `-Z deny-partial-mitigations=control-flow-guard` |
35 | 35 | = note: recompile `core` with `control-flow-guard` enabled, or use `-Z allow-partial-mitigations=control-flow-guard` to allow creating an artifact that has the mitigation only partially enabled |
36 | 36 |
|
37 | 37 | error: your program uses the crate `alloc`, that is not compiled with `stack-protector=all` enabled |
38 | | - --> $DIR/err-allow-partial-mitigations.rs:13:1 |
| 38 | + --> $DIR/err-allow-partial-mitigations.rs:14:1 |
39 | 39 | | |
40 | 40 | LL | fn main() {} |
41 | 41 | | ^ |
42 | 42 | | |
43 | | - = help: it is possible to disable `-Z allow-partial-mitigations=stack-protector` via `-Z allow-partial-mitigations=!stack-protector` |
| 43 | + = help: it is possible to disable `-Z allow-partial-mitigations=stack-protector` via `-Z deny-partial-mitigations=stack-protector` |
44 | 44 | = note: recompile `alloc` with `stack-protector=all` enabled, or use `-Z allow-partial-mitigations=stack-protector` to allow creating an artifact that has the mitigation only partially enabled |
45 | 45 |
|
46 | 46 | error: your program uses the crate `alloc`, that is not compiled with `control-flow-guard` enabled |
47 | | - --> $DIR/err-allow-partial-mitigations.rs:13:1 |
| 47 | + --> $DIR/err-allow-partial-mitigations.rs:14:1 |
48 | 48 | | |
49 | 49 | LL | fn main() {} |
50 | 50 | | ^ |
51 | 51 | | |
52 | | - = help: it is possible to disable `-Z allow-partial-mitigations=control-flow-guard` via `-Z allow-partial-mitigations=!control-flow-guard` |
| 52 | + = help: it is possible to disable `-Z allow-partial-mitigations=control-flow-guard` via `-Z deny-partial-mitigations=control-flow-guard` |
53 | 53 | = note: recompile `alloc` with `control-flow-guard` enabled, or use `-Z allow-partial-mitigations=control-flow-guard` to allow creating an artifact that has the mitigation only partially enabled |
54 | 54 |
|
55 | 55 | error: your program uses the crate `compiler_builtins`, that is not compiled with `stack-protector=all` enabled |
56 | | - --> $DIR/err-allow-partial-mitigations.rs:13:1 |
| 56 | + --> $DIR/err-allow-partial-mitigations.rs:14:1 |
57 | 57 | | |
58 | 58 | LL | fn main() {} |
59 | 59 | | ^ |
60 | 60 | | |
61 | | - = help: it is possible to disable `-Z allow-partial-mitigations=stack-protector` via `-Z allow-partial-mitigations=!stack-protector` |
| 61 | + = help: it is possible to disable `-Z allow-partial-mitigations=stack-protector` via `-Z deny-partial-mitigations=stack-protector` |
62 | 62 | = note: recompile `compiler_builtins` with `stack-protector=all` enabled, or use `-Z allow-partial-mitigations=stack-protector` to allow creating an artifact that has the mitigation only partially enabled |
63 | 63 |
|
64 | 64 | error: your program uses the crate `compiler_builtins`, that is not compiled with `control-flow-guard` enabled |
65 | | - --> $DIR/err-allow-partial-mitigations.rs:13:1 |
| 65 | + --> $DIR/err-allow-partial-mitigations.rs:14:1 |
66 | 66 | | |
67 | 67 | LL | fn main() {} |
68 | 68 | | ^ |
69 | 69 | | |
70 | | - = help: it is possible to disable `-Z allow-partial-mitigations=control-flow-guard` via `-Z allow-partial-mitigations=!control-flow-guard` |
| 70 | + = help: it is possible to disable `-Z allow-partial-mitigations=control-flow-guard` via `-Z deny-partial-mitigations=control-flow-guard` |
71 | 71 | = note: recompile `compiler_builtins` with `control-flow-guard` enabled, or use `-Z allow-partial-mitigations=control-flow-guard` to allow creating an artifact that has the mitigation only partially enabled |
72 | 72 |
|
73 | 73 | error: your program uses the crate `libc`, that is not compiled with `stack-protector=all` enabled |
74 | | - --> $DIR/err-allow-partial-mitigations.rs:13:1 |
| 74 | + --> $DIR/err-allow-partial-mitigations.rs:14:1 |
75 | 75 | | |
76 | 76 | LL | fn main() {} |
77 | 77 | | ^ |
78 | 78 | | |
79 | | - = help: it is possible to disable `-Z allow-partial-mitigations=stack-protector` via `-Z allow-partial-mitigations=!stack-protector` |
| 79 | + = help: it is possible to disable `-Z allow-partial-mitigations=stack-protector` via `-Z deny-partial-mitigations=stack-protector` |
80 | 80 | = note: recompile `libc` with `stack-protector=all` enabled, or use `-Z allow-partial-mitigations=stack-protector` to allow creating an artifact that has the mitigation only partially enabled |
81 | 81 |
|
82 | 82 | error: your program uses the crate `libc`, that is not compiled with `control-flow-guard` enabled |
83 | | - --> $DIR/err-allow-partial-mitigations.rs:13:1 |
| 83 | + --> $DIR/err-allow-partial-mitigations.rs:14:1 |
84 | 84 | | |
85 | 85 | LL | fn main() {} |
86 | 86 | | ^ |
87 | 87 | | |
88 | | - = help: it is possible to disable `-Z allow-partial-mitigations=control-flow-guard` via `-Z allow-partial-mitigations=!control-flow-guard` |
| 88 | + = help: it is possible to disable `-Z allow-partial-mitigations=control-flow-guard` via `-Z deny-partial-mitigations=control-flow-guard` |
89 | 89 | = note: recompile `libc` with `control-flow-guard` enabled, or use `-Z allow-partial-mitigations=control-flow-guard` to allow creating an artifact that has the mitigation only partially enabled |
90 | 90 |
|
91 | 91 | error: aborting due to 10 previous errors |
|
0 commit comments