]> git.lizzy.rs Git - rust.git/blob - src/test/ui/feature-gates/feature-gate-cfg-target-has-atomic.stderr
Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff' into clippyup
[rust.git] / src / test / ui / feature-gates / feature-gate-cfg-target-has-atomic.stderr
1 error[E0658]: `cfg(target_has_atomic)` is experimental and subject to change
2   --> $DIR/feature-gate-cfg-target-has-atomic.rs:15:7
3    |
4 LL | #[cfg(target_has_atomic = "8")]
5    |       ^^^^^^^^^^^^^^^^^^^^^^^
6    |
7    = note: see issue #32976 <https://github.com/rust-lang/rust/issues/32976> for more information
8    = help: add `#![feature(cfg_target_has_atomic)]` to the crate attributes to enable
9
10 error[E0658]: `cfg(target_has_atomic)` is experimental and subject to change
11   --> $DIR/feature-gate-cfg-target-has-atomic.rs:21:7
12    |
13 LL | #[cfg(target_has_atomic = "8")]
14    |       ^^^^^^^^^^^^^^^^^^^^^^^
15    |
16    = note: see issue #32976 <https://github.com/rust-lang/rust/issues/32976> for more information
17    = help: add `#![feature(cfg_target_has_atomic)]` to the crate attributes to enable
18
19 error[E0658]: `cfg(target_has_atomic)` is experimental and subject to change
20   --> $DIR/feature-gate-cfg-target-has-atomic.rs:26:7
21    |
22 LL | #[cfg(target_has_atomic = "16")]
23    |       ^^^^^^^^^^^^^^^^^^^^^^^^
24    |
25    = note: see issue #32976 <https://github.com/rust-lang/rust/issues/32976> for more information
26    = help: add `#![feature(cfg_target_has_atomic)]` to the crate attributes to enable
27
28 error[E0658]: `cfg(target_has_atomic)` is experimental and subject to change
29   --> $DIR/feature-gate-cfg-target-has-atomic.rs:31:7
30    |
31 LL | #[cfg(target_has_atomic = "16")]
32    |       ^^^^^^^^^^^^^^^^^^^^^^^^
33    |
34    = note: see issue #32976 <https://github.com/rust-lang/rust/issues/32976> for more information
35    = help: add `#![feature(cfg_target_has_atomic)]` to the crate attributes to enable
36
37 error[E0658]: `cfg(target_has_atomic)` is experimental and subject to change
38   --> $DIR/feature-gate-cfg-target-has-atomic.rs:36:7
39    |
40 LL | #[cfg(target_has_atomic = "32")]
41    |       ^^^^^^^^^^^^^^^^^^^^^^^^
42    |
43    = note: see issue #32976 <https://github.com/rust-lang/rust/issues/32976> for more information
44    = help: add `#![feature(cfg_target_has_atomic)]` to the crate attributes to enable
45
46 error[E0658]: `cfg(target_has_atomic)` is experimental and subject to change
47   --> $DIR/feature-gate-cfg-target-has-atomic.rs:41:7
48    |
49 LL | #[cfg(target_has_atomic = "32")]
50    |       ^^^^^^^^^^^^^^^^^^^^^^^^
51    |
52    = note: see issue #32976 <https://github.com/rust-lang/rust/issues/32976> for more information
53    = help: add `#![feature(cfg_target_has_atomic)]` to the crate attributes to enable
54
55 error[E0658]: `cfg(target_has_atomic)` is experimental and subject to change
56   --> $DIR/feature-gate-cfg-target-has-atomic.rs:46:7
57    |
58 LL | #[cfg(target_has_atomic = "64")]
59    |       ^^^^^^^^^^^^^^^^^^^^^^^^
60    |
61    = note: see issue #32976 <https://github.com/rust-lang/rust/issues/32976> for more information
62    = help: add `#![feature(cfg_target_has_atomic)]` to the crate attributes to enable
63
64 error[E0658]: `cfg(target_has_atomic)` is experimental and subject to change
65   --> $DIR/feature-gate-cfg-target-has-atomic.rs:51:7
66    |
67 LL | #[cfg(target_has_atomic = "64")]
68    |       ^^^^^^^^^^^^^^^^^^^^^^^^
69    |
70    = note: see issue #32976 <https://github.com/rust-lang/rust/issues/32976> for more information
71    = help: add `#![feature(cfg_target_has_atomic)]` to the crate attributes to enable
72
73 error[E0658]: `cfg(target_has_atomic)` is experimental and subject to change
74   --> $DIR/feature-gate-cfg-target-has-atomic.rs:56:7
75    |
76 LL | #[cfg(target_has_atomic = "128")]
77    |       ^^^^^^^^^^^^^^^^^^^^^^^^^
78    |
79    = note: see issue #32976 <https://github.com/rust-lang/rust/issues/32976> for more information
80    = help: add `#![feature(cfg_target_has_atomic)]` to the crate attributes to enable
81
82 error[E0658]: `cfg(target_has_atomic)` is experimental and subject to change
83   --> $DIR/feature-gate-cfg-target-has-atomic.rs:61:7
84    |
85 LL | #[cfg(target_has_atomic = "128")]
86    |       ^^^^^^^^^^^^^^^^^^^^^^^^^
87    |
88    = note: see issue #32976 <https://github.com/rust-lang/rust/issues/32976> for more information
89    = help: add `#![feature(cfg_target_has_atomic)]` to the crate attributes to enable
90
91 error[E0658]: `cfg(target_has_atomic)` is experimental and subject to change
92   --> $DIR/feature-gate-cfg-target-has-atomic.rs:66:7
93    |
94 LL | #[cfg(target_has_atomic = "ptr")]
95    |       ^^^^^^^^^^^^^^^^^^^^^^^^^
96    |
97    = note: see issue #32976 <https://github.com/rust-lang/rust/issues/32976> for more information
98    = help: add `#![feature(cfg_target_has_atomic)]` to the crate attributes to enable
99
100 error[E0658]: `cfg(target_has_atomic)` is experimental and subject to change
101   --> $DIR/feature-gate-cfg-target-has-atomic.rs:71:7
102    |
103 LL | #[cfg(target_has_atomic = "ptr")]
104    |       ^^^^^^^^^^^^^^^^^^^^^^^^^
105    |
106    = note: see issue #32976 <https://github.com/rust-lang/rust/issues/32976> for more information
107    = help: add `#![feature(cfg_target_has_atomic)]` to the crate attributes to enable
108
109 error[E0658]: `cfg(target_has_atomic)` is experimental and subject to change
110   --> $DIR/feature-gate-cfg-target-has-atomic.rs:78:10
111    |
112 LL |     cfg!(target_has_atomic = "8");
113    |          ^^^^^^^^^^^^^^^^^^^^^^^
114    |
115    = note: see issue #32976 <https://github.com/rust-lang/rust/issues/32976> for more information
116    = help: add `#![feature(cfg_target_has_atomic)]` to the crate attributes to enable
117
118 error[E0658]: `cfg(target_has_atomic)` is experimental and subject to change
119   --> $DIR/feature-gate-cfg-target-has-atomic.rs:80:10
120    |
121 LL |     cfg!(target_has_atomic = "16");
122    |          ^^^^^^^^^^^^^^^^^^^^^^^^
123    |
124    = note: see issue #32976 <https://github.com/rust-lang/rust/issues/32976> for more information
125    = help: add `#![feature(cfg_target_has_atomic)]` to the crate attributes to enable
126
127 error[E0658]: `cfg(target_has_atomic)` is experimental and subject to change
128   --> $DIR/feature-gate-cfg-target-has-atomic.rs:82:10
129    |
130 LL |     cfg!(target_has_atomic = "32");
131    |          ^^^^^^^^^^^^^^^^^^^^^^^^
132    |
133    = note: see issue #32976 <https://github.com/rust-lang/rust/issues/32976> for more information
134    = help: add `#![feature(cfg_target_has_atomic)]` to the crate attributes to enable
135
136 error[E0658]: `cfg(target_has_atomic)` is experimental and subject to change
137   --> $DIR/feature-gate-cfg-target-has-atomic.rs:84:10
138    |
139 LL |     cfg!(target_has_atomic = "64");
140    |          ^^^^^^^^^^^^^^^^^^^^^^^^
141    |
142    = note: see issue #32976 <https://github.com/rust-lang/rust/issues/32976> for more information
143    = help: add `#![feature(cfg_target_has_atomic)]` to the crate attributes to enable
144
145 error[E0658]: `cfg(target_has_atomic)` is experimental and subject to change
146   --> $DIR/feature-gate-cfg-target-has-atomic.rs:86:10
147    |
148 LL |     cfg!(target_has_atomic = "128");
149    |          ^^^^^^^^^^^^^^^^^^^^^^^^^
150    |
151    = note: see issue #32976 <https://github.com/rust-lang/rust/issues/32976> for more information
152    = help: add `#![feature(cfg_target_has_atomic)]` to the crate attributes to enable
153
154 error[E0658]: `cfg(target_has_atomic)` is experimental and subject to change
155   --> $DIR/feature-gate-cfg-target-has-atomic.rs:88:10
156    |
157 LL |     cfg!(target_has_atomic = "ptr");
158    |          ^^^^^^^^^^^^^^^^^^^^^^^^^
159    |
160    = note: see issue #32976 <https://github.com/rust-lang/rust/issues/32976> for more information
161    = help: add `#![feature(cfg_target_has_atomic)]` to the crate attributes to enable
162
163 error[E0658]: `cfg(target_has_atomic_load_store)` is experimental and subject to change
164   --> $DIR/feature-gate-cfg-target-has-atomic.rs:90:10
165    |
166 LL |     cfg!(target_has_atomic_load_store = "8");
167    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
168    |
169    = note: see issue #32976 <https://github.com/rust-lang/rust/issues/32976> for more information
170    = help: add `#![feature(cfg_target_has_atomic)]` to the crate attributes to enable
171
172 error[E0658]: `cfg(target_has_atomic_load_store)` is experimental and subject to change
173   --> $DIR/feature-gate-cfg-target-has-atomic.rs:92:10
174    |
175 LL |     cfg!(target_has_atomic_load_store = "16");
176    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
177    |
178    = note: see issue #32976 <https://github.com/rust-lang/rust/issues/32976> for more information
179    = help: add `#![feature(cfg_target_has_atomic)]` to the crate attributes to enable
180
181 error[E0658]: `cfg(target_has_atomic_load_store)` is experimental and subject to change
182   --> $DIR/feature-gate-cfg-target-has-atomic.rs:94:10
183    |
184 LL |     cfg!(target_has_atomic_load_store = "32");
185    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
186    |
187    = note: see issue #32976 <https://github.com/rust-lang/rust/issues/32976> for more information
188    = help: add `#![feature(cfg_target_has_atomic)]` to the crate attributes to enable
189
190 error[E0658]: `cfg(target_has_atomic_load_store)` is experimental and subject to change
191   --> $DIR/feature-gate-cfg-target-has-atomic.rs:96:10
192    |
193 LL |     cfg!(target_has_atomic_load_store = "64");
194    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
195    |
196    = note: see issue #32976 <https://github.com/rust-lang/rust/issues/32976> for more information
197    = help: add `#![feature(cfg_target_has_atomic)]` to the crate attributes to enable
198
199 error[E0658]: `cfg(target_has_atomic_load_store)` is experimental and subject to change
200   --> $DIR/feature-gate-cfg-target-has-atomic.rs:98:10
201    |
202 LL |     cfg!(target_has_atomic_load_store = "128");
203    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
204    |
205    = note: see issue #32976 <https://github.com/rust-lang/rust/issues/32976> for more information
206    = help: add `#![feature(cfg_target_has_atomic)]` to the crate attributes to enable
207
208 error[E0658]: `cfg(target_has_atomic_load_store)` is experimental and subject to change
209   --> $DIR/feature-gate-cfg-target-has-atomic.rs:100:10
210    |
211 LL |     cfg!(target_has_atomic_load_store = "ptr");
212    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
213    |
214    = note: see issue #32976 <https://github.com/rust-lang/rust/issues/32976> for more information
215    = help: add `#![feature(cfg_target_has_atomic)]` to the crate attributes to enable
216
217 error[E0658]: `cfg(target_has_atomic_equal_alignment)` is experimental and subject to change
218   --> $DIR/feature-gate-cfg-target-has-atomic.rs:102:10
219    |
220 LL |     cfg!(target_has_atomic_equal_alignment = "8");
221    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
222    |
223    = note: see issue #32976 <https://github.com/rust-lang/rust/issues/32976> for more information
224    = help: add `#![feature(cfg_target_has_atomic)]` to the crate attributes to enable
225
226 error[E0658]: `cfg(target_has_atomic_equal_alignment)` is experimental and subject to change
227   --> $DIR/feature-gate-cfg-target-has-atomic.rs:104:10
228    |
229 LL |     cfg!(target_has_atomic_equal_alignment = "16");
230    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
231    |
232    = note: see issue #32976 <https://github.com/rust-lang/rust/issues/32976> for more information
233    = help: add `#![feature(cfg_target_has_atomic)]` to the crate attributes to enable
234
235 error[E0658]: `cfg(target_has_atomic_equal_alignment)` is experimental and subject to change
236   --> $DIR/feature-gate-cfg-target-has-atomic.rs:106:10
237    |
238 LL |     cfg!(target_has_atomic_equal_alignment = "32");
239    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
240    |
241    = note: see issue #32976 <https://github.com/rust-lang/rust/issues/32976> for more information
242    = help: add `#![feature(cfg_target_has_atomic)]` to the crate attributes to enable
243
244 error[E0658]: `cfg(target_has_atomic_equal_alignment)` is experimental and subject to change
245   --> $DIR/feature-gate-cfg-target-has-atomic.rs:108:10
246    |
247 LL |     cfg!(target_has_atomic_equal_alignment = "64");
248    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
249    |
250    = note: see issue #32976 <https://github.com/rust-lang/rust/issues/32976> for more information
251    = help: add `#![feature(cfg_target_has_atomic)]` to the crate attributes to enable
252
253 error[E0658]: `cfg(target_has_atomic_equal_alignment)` is experimental and subject to change
254   --> $DIR/feature-gate-cfg-target-has-atomic.rs:110:10
255    |
256 LL |     cfg!(target_has_atomic_equal_alignment = "128");
257    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
258    |
259    = note: see issue #32976 <https://github.com/rust-lang/rust/issues/32976> for more information
260    = help: add `#![feature(cfg_target_has_atomic)]` to the crate attributes to enable
261
262 error[E0658]: `cfg(target_has_atomic_equal_alignment)` is experimental and subject to change
263   --> $DIR/feature-gate-cfg-target-has-atomic.rs:112:10
264    |
265 LL |     cfg!(target_has_atomic_equal_alignment = "ptr");
266    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
267    |
268    = note: see issue #32976 <https://github.com/rust-lang/rust/issues/32976> for more information
269    = help: add `#![feature(cfg_target_has_atomic)]` to the crate attributes to enable
270
271 error: aborting due to 30 previous errors
272
273 For more information about this error, try `rustc --explain E0658`.