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