|
1 | 1 | error[E0658]: thiscall-unwind ABI is experimental and subject to change
|
2 |
| - --> $DIR/feature-gate-thiscall-unwind.rs:13:8 |
| 2 | + --> $DIR/feature-gate-thiscall.rs:12:8 |
3 | 3 | |
|
4 | 4 | LL | extern "thiscall-unwind" fn fu() {}
|
5 | 5 | | ^^^^^^^^^^^^^^^^^
|
6 | 6 | |
|
7 |
| - = note: see issue #74990 <https://github.com/rust-lang/rust/issues/74990> for more information |
8 |
| - = help: add `#![feature(c_unwind)]` to the crate attributes to enable |
| 7 | + = help: add `#![feature(abi_thiscall)]` to the crate attributes to enable |
9 | 8 |
|
10 | 9 | error[E0658]: thiscall is experimental and subject to change
|
11 |
| - --> $DIR/feature-gate-thiscall-unwind.rs:14:8 |
| 10 | + --> $DIR/feature-gate-thiscall.rs:13:8 |
12 | 11 | |
|
13 | 12 | LL | extern "thiscall" fn f() {}
|
14 | 13 | | ^^^^^^^^^^
|
15 | 14 | |
|
16 | 15 | = help: add `#![feature(abi_thiscall)]` to the crate attributes to enable
|
17 | 16 |
|
18 | 17 | error[E0658]: thiscall is experimental and subject to change
|
19 |
| - --> $DIR/feature-gate-thiscall-unwind.rs:17:12 |
| 18 | + --> $DIR/feature-gate-thiscall.rs:16:12 |
20 | 19 | |
|
21 | 20 | LL | extern "thiscall" fn m();
|
22 | 21 | | ^^^^^^^^^^
|
23 | 22 | |
|
24 | 23 | = help: add `#![feature(abi_thiscall)]` to the crate attributes to enable
|
25 | 24 |
|
26 | 25 | error[E0658]: thiscall-unwind ABI is experimental and subject to change
|
27 |
| - --> $DIR/feature-gate-thiscall-unwind.rs:18:12 |
| 26 | + --> $DIR/feature-gate-thiscall.rs:17:12 |
28 | 27 | |
|
29 | 28 | LL | extern "thiscall-unwind" fn mu();
|
30 | 29 | | ^^^^^^^^^^^^^^^^^
|
31 | 30 | |
|
32 |
| - = note: see issue #74990 <https://github.com/rust-lang/rust/issues/74990> for more information |
33 |
| - = help: add `#![feature(c_unwind)]` to the crate attributes to enable |
| 31 | + = help: add `#![feature(abi_thiscall)]` to the crate attributes to enable |
34 | 32 |
|
35 | 33 | error[E0658]: thiscall is experimental and subject to change
|
36 |
| - --> $DIR/feature-gate-thiscall-unwind.rs:20:12 |
| 34 | + --> $DIR/feature-gate-thiscall.rs:19:12 |
37 | 35 | |
|
38 | 36 | LL | extern "thiscall" fn dm() {}
|
39 | 37 | | ^^^^^^^^^^
|
40 | 38 | |
|
41 | 39 | = help: add `#![feature(abi_thiscall)]` to the crate attributes to enable
|
42 | 40 |
|
43 | 41 | error[E0658]: thiscall-unwind ABI is experimental and subject to change
|
44 |
| - --> $DIR/feature-gate-thiscall-unwind.rs:21:12 |
| 42 | + --> $DIR/feature-gate-thiscall.rs:20:12 |
45 | 43 | |
|
46 | 44 | LL | extern "thiscall-unwind" fn dmu() {}
|
47 | 45 | | ^^^^^^^^^^^^^^^^^
|
48 | 46 | |
|
49 |
| - = note: see issue #74990 <https://github.com/rust-lang/rust/issues/74990> for more information |
50 |
| - = help: add `#![feature(c_unwind)]` to the crate attributes to enable |
| 47 | + = help: add `#![feature(abi_thiscall)]` to the crate attributes to enable |
51 | 48 |
|
52 | 49 | error[E0658]: thiscall is experimental and subject to change
|
53 |
| - --> $DIR/feature-gate-thiscall-unwind.rs:26:12 |
| 50 | + --> $DIR/feature-gate-thiscall.rs:25:12 |
54 | 51 | |
|
55 | 52 | LL | extern "thiscall" fn m() {}
|
56 | 53 | | ^^^^^^^^^^
|
57 | 54 | |
|
58 | 55 | = help: add `#![feature(abi_thiscall)]` to the crate attributes to enable
|
59 | 56 |
|
60 | 57 | error[E0658]: thiscall-unwind ABI is experimental and subject to change
|
61 |
| - --> $DIR/feature-gate-thiscall-unwind.rs:27:12 |
| 58 | + --> $DIR/feature-gate-thiscall.rs:26:12 |
62 | 59 | |
|
63 | 60 | LL | extern "thiscall-unwind" fn mu() {}
|
64 | 61 | | ^^^^^^^^^^^^^^^^^
|
65 | 62 | |
|
66 |
| - = note: see issue #74990 <https://github.com/rust-lang/rust/issues/74990> for more information |
67 |
| - = help: add `#![feature(c_unwind)]` to the crate attributes to enable |
| 63 | + = help: add `#![feature(abi_thiscall)]` to the crate attributes to enable |
68 | 64 |
|
69 | 65 | error[E0658]: thiscall is experimental and subject to change
|
70 |
| - --> $DIR/feature-gate-thiscall-unwind.rs:31:12 |
| 66 | + --> $DIR/feature-gate-thiscall.rs:30:12 |
71 | 67 | |
|
72 | 68 | LL | extern "thiscall" fn im() {}
|
73 | 69 | | ^^^^^^^^^^
|
74 | 70 | |
|
75 | 71 | = help: add `#![feature(abi_thiscall)]` to the crate attributes to enable
|
76 | 72 |
|
77 | 73 | error[E0658]: thiscall-unwind ABI is experimental and subject to change
|
78 |
| - --> $DIR/feature-gate-thiscall-unwind.rs:32:12 |
| 74 | + --> $DIR/feature-gate-thiscall.rs:31:12 |
79 | 75 | |
|
80 | 76 | LL | extern "thiscall-unwind" fn imu() {}
|
81 | 77 | | ^^^^^^^^^^^^^^^^^
|
82 | 78 | |
|
83 |
| - = note: see issue #74990 <https://github.com/rust-lang/rust/issues/74990> for more information |
84 |
| - = help: add `#![feature(c_unwind)]` to the crate attributes to enable |
| 79 | + = help: add `#![feature(abi_thiscall)]` to the crate attributes to enable |
85 | 80 |
|
86 | 81 | error[E0658]: thiscall is experimental and subject to change
|
87 |
| - --> $DIR/feature-gate-thiscall-unwind.rs:35:18 |
| 82 | + --> $DIR/feature-gate-thiscall.rs:34:18 |
88 | 83 | |
|
89 | 84 | LL | type TA = extern "thiscall" fn();
|
90 | 85 | | ^^^^^^^^^^
|
91 | 86 | |
|
92 | 87 | = help: add `#![feature(abi_thiscall)]` to the crate attributes to enable
|
93 | 88 |
|
94 | 89 | error[E0658]: thiscall-unwind ABI is experimental and subject to change
|
95 |
| - --> $DIR/feature-gate-thiscall-unwind.rs:36:19 |
| 90 | + --> $DIR/feature-gate-thiscall.rs:35:19 |
96 | 91 | |
|
97 | 92 | LL | type TAU = extern "thiscall-unwind" fn();
|
98 | 93 | | ^^^^^^^^^^^^^^^^^
|
99 | 94 | |
|
100 |
| - = note: see issue #74990 <https://github.com/rust-lang/rust/issues/74990> for more information |
101 |
| - = help: add `#![feature(c_unwind)]` to the crate attributes to enable |
| 95 | + = help: add `#![feature(abi_thiscall)]` to the crate attributes to enable |
102 | 96 |
|
103 | 97 | error[E0658]: thiscall is experimental and subject to change
|
104 |
| - --> $DIR/feature-gate-thiscall-unwind.rs:38:8 |
| 98 | + --> $DIR/feature-gate-thiscall.rs:37:8 |
105 | 99 | |
|
106 | 100 | LL | extern "thiscall" {}
|
107 | 101 | | ^^^^^^^^^^
|
108 | 102 | |
|
109 | 103 | = help: add `#![feature(abi_thiscall)]` to the crate attributes to enable
|
110 | 104 |
|
111 | 105 | error[E0658]: thiscall-unwind ABI is experimental and subject to change
|
112 |
| - --> $DIR/feature-gate-thiscall-unwind.rs:39:8 |
| 106 | + --> $DIR/feature-gate-thiscall.rs:38:8 |
113 | 107 | |
|
114 | 108 | LL | extern "thiscall-unwind" {}
|
115 | 109 | | ^^^^^^^^^^^^^^^^^
|
116 | 110 | |
|
117 |
| - = note: see issue #74990 <https://github.com/rust-lang/rust/issues/74990> for more information |
118 |
| - = help: add `#![feature(c_unwind)]` to the crate attributes to enable |
| 111 | + = help: add `#![feature(abi_thiscall)]` to the crate attributes to enable |
119 | 112 |
|
120 | 113 | error: aborting due to 14 previous errors
|
121 | 114 |
|
|
0 commit comments