]> git.lizzy.rs Git - rust.git/blob - src/test/ui/feature-gates/feature-gate-cfg-target-has-atomic.stderr
Auto merge of #75936 - sdroege:chunks-exact-construction-bounds-check, r=nagisa
[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: aborting due to 18 previous errors
164
165 For more information about this error, try `rustc --explain E0658`.