|
1 | 1 | error[E0658]: `cfg(target_has_atomic)` is experimental and subject to change (see issue #32976)
|
2 |
| - --> $DIR/feature-gate-cfg-target-has-atomic.rs:13:7 |
| 2 | + --> $DIR/feature-gate-cfg-target-has-atomic.rs:15:7 |
3 | 3 | |
|
4 | 4 | LL | #[cfg(target_has_atomic = "8")]
|
5 | 5 | | ^^^^^^^^^^^^^^^^^^^^^^^
|
6 | 6 | |
|
7 | 7 | = help: add #![feature(cfg_target_has_atomic)] to the crate attributes to enable
|
8 | 8 |
|
9 | 9 | error[E0658]: `cfg(target_has_atomic)` is experimental and subject to change (see issue #32976)
|
10 |
| - --> $DIR/feature-gate-cfg-target-has-atomic.rs:19:7 |
| 10 | + --> $DIR/feature-gate-cfg-target-has-atomic.rs:21:7 |
11 | 11 | |
|
12 | 12 | LL | #[cfg(target_has_atomic = "8")]
|
13 | 13 | | ^^^^^^^^^^^^^^^^^^^^^^^
|
14 | 14 | |
|
15 | 15 | = help: add #![feature(cfg_target_has_atomic)] to the crate attributes to enable
|
16 | 16 |
|
17 | 17 | error[E0658]: `cfg(target_has_atomic)` is experimental and subject to change (see issue #32976)
|
18 |
| - --> $DIR/feature-gate-cfg-target-has-atomic.rs:24:7 |
| 18 | + --> $DIR/feature-gate-cfg-target-has-atomic.rs:26:7 |
19 | 19 | |
|
20 | 20 | LL | #[cfg(target_has_atomic = "16")]
|
21 | 21 | | ^^^^^^^^^^^^^^^^^^^^^^^^
|
22 | 22 | |
|
23 | 23 | = help: add #![feature(cfg_target_has_atomic)] to the crate attributes to enable
|
24 | 24 |
|
25 | 25 | error[E0658]: `cfg(target_has_atomic)` is experimental and subject to change (see issue #32976)
|
26 |
| - --> $DIR/feature-gate-cfg-target-has-atomic.rs:29:7 |
| 26 | + --> $DIR/feature-gate-cfg-target-has-atomic.rs:31:7 |
27 | 27 | |
|
28 | 28 | LL | #[cfg(target_has_atomic = "16")]
|
29 | 29 | | ^^^^^^^^^^^^^^^^^^^^^^^^
|
30 | 30 | |
|
31 | 31 | = help: add #![feature(cfg_target_has_atomic)] to the crate attributes to enable
|
32 | 32 |
|
33 | 33 | error[E0658]: `cfg(target_has_atomic)` is experimental and subject to change (see issue #32976)
|
34 |
| - --> $DIR/feature-gate-cfg-target-has-atomic.rs:34:7 |
| 34 | + --> $DIR/feature-gate-cfg-target-has-atomic.rs:36:7 |
35 | 35 | |
|
36 | 36 | LL | #[cfg(target_has_atomic = "32")]
|
37 | 37 | | ^^^^^^^^^^^^^^^^^^^^^^^^
|
38 | 38 | |
|
39 | 39 | = help: add #![feature(cfg_target_has_atomic)] to the crate attributes to enable
|
40 | 40 |
|
41 | 41 | error[E0658]: `cfg(target_has_atomic)` is experimental and subject to change (see issue #32976)
|
42 |
| - --> $DIR/feature-gate-cfg-target-has-atomic.rs:39:7 |
| 42 | + --> $DIR/feature-gate-cfg-target-has-atomic.rs:41:7 |
43 | 43 | |
|
44 | 44 | LL | #[cfg(target_has_atomic = "32")]
|
45 | 45 | | ^^^^^^^^^^^^^^^^^^^^^^^^
|
46 | 46 | |
|
47 | 47 | = help: add #![feature(cfg_target_has_atomic)] to the crate attributes to enable
|
48 | 48 |
|
49 | 49 | error[E0658]: `cfg(target_has_atomic)` is experimental and subject to change (see issue #32976)
|
50 |
| - --> $DIR/feature-gate-cfg-target-has-atomic.rs:44:7 |
| 50 | + --> $DIR/feature-gate-cfg-target-has-atomic.rs:46:7 |
51 | 51 | |
|
52 | 52 | LL | #[cfg(target_has_atomic = "64")]
|
53 | 53 | | ^^^^^^^^^^^^^^^^^^^^^^^^
|
54 | 54 | |
|
55 | 55 | = help: add #![feature(cfg_target_has_atomic)] to the crate attributes to enable
|
56 | 56 |
|
57 | 57 | error[E0658]: `cfg(target_has_atomic)` is experimental and subject to change (see issue #32976)
|
58 |
| - --> $DIR/feature-gate-cfg-target-has-atomic.rs:49:7 |
| 58 | + --> $DIR/feature-gate-cfg-target-has-atomic.rs:51:7 |
59 | 59 | |
|
60 | 60 | LL | #[cfg(target_has_atomic = "64")]
|
61 | 61 | | ^^^^^^^^^^^^^^^^^^^^^^^^
|
62 | 62 | |
|
63 | 63 | = help: add #![feature(cfg_target_has_atomic)] to the crate attributes to enable
|
64 | 64 |
|
65 | 65 | error[E0658]: `cfg(target_has_atomic)` is experimental and subject to change (see issue #32976)
|
66 |
| - --> $DIR/feature-gate-cfg-target-has-atomic.rs:54:7 |
| 66 | + --> $DIR/feature-gate-cfg-target-has-atomic.rs:56:7 |
67 | 67 | |
|
68 | 68 | LL | #[cfg(target_has_atomic = "128")]
|
69 | 69 | | ^^^^^^^^^^^^^^^^^^^^^^^^^
|
70 | 70 | |
|
71 | 71 | = help: add #![feature(cfg_target_has_atomic)] to the crate attributes to enable
|
72 | 72 |
|
73 | 73 | error[E0658]: `cfg(target_has_atomic)` is experimental and subject to change (see issue #32976)
|
74 |
| - --> $DIR/feature-gate-cfg-target-has-atomic.rs:59:7 |
| 74 | + --> $DIR/feature-gate-cfg-target-has-atomic.rs:61:7 |
75 | 75 | |
|
76 | 76 | LL | #[cfg(target_has_atomic = "128")]
|
77 | 77 | | ^^^^^^^^^^^^^^^^^^^^^^^^^
|
78 | 78 | |
|
79 | 79 | = help: add #![feature(cfg_target_has_atomic)] to the crate attributes to enable
|
80 | 80 |
|
81 | 81 | error[E0658]: `cfg(target_has_atomic)` is experimental and subject to change (see issue #32976)
|
82 |
| - --> $DIR/feature-gate-cfg-target-has-atomic.rs:64:7 |
| 82 | + --> $DIR/feature-gate-cfg-target-has-atomic.rs:66:7 |
83 | 83 | |
|
84 | 84 | LL | #[cfg(target_has_atomic = "ptr")]
|
85 | 85 | | ^^^^^^^^^^^^^^^^^^^^^^^^^
|
86 | 86 | |
|
87 | 87 | = help: add #![feature(cfg_target_has_atomic)] to the crate attributes to enable
|
88 | 88 |
|
89 | 89 | error[E0658]: `cfg(target_has_atomic)` is experimental and subject to change (see issue #32976)
|
90 |
| - --> $DIR/feature-gate-cfg-target-has-atomic.rs:69:7 |
| 90 | + --> $DIR/feature-gate-cfg-target-has-atomic.rs:71:7 |
91 | 91 | |
|
92 | 92 | LL | #[cfg(target_has_atomic = "ptr")]
|
93 | 93 | | ^^^^^^^^^^^^^^^^^^^^^^^^^
|
94 | 94 | |
|
95 | 95 | = help: add #![feature(cfg_target_has_atomic)] to the crate attributes to enable
|
96 | 96 |
|
97 | 97 | error[E0658]: `cfg(target_has_atomic)` is experimental and subject to change (see issue #32976)
|
98 |
| - --> $DIR/feature-gate-cfg-target-has-atomic.rs:76:10 |
| 98 | + --> $DIR/feature-gate-cfg-target-has-atomic.rs:78:10 |
99 | 99 | |
|
100 | 100 | LL | cfg!(target_has_atomic = "8");
|
101 | 101 | | ^^^^^^^^^^^^^^^^^^^^^^^
|
102 | 102 | |
|
103 | 103 | = help: add #![feature(cfg_target_has_atomic)] to the crate attributes to enable
|
104 | 104 |
|
105 | 105 | error[E0658]: `cfg(target_has_atomic)` is experimental and subject to change (see issue #32976)
|
106 |
| - --> $DIR/feature-gate-cfg-target-has-atomic.rs:78:10 |
| 106 | + --> $DIR/feature-gate-cfg-target-has-atomic.rs:80:10 |
107 | 107 | |
|
108 | 108 | LL | cfg!(target_has_atomic = "16");
|
109 | 109 | | ^^^^^^^^^^^^^^^^^^^^^^^^
|
110 | 110 | |
|
111 | 111 | = help: add #![feature(cfg_target_has_atomic)] to the crate attributes to enable
|
112 | 112 |
|
113 | 113 | error[E0658]: `cfg(target_has_atomic)` is experimental and subject to change (see issue #32976)
|
114 |
| - --> $DIR/feature-gate-cfg-target-has-atomic.rs:80:10 |
| 114 | + --> $DIR/feature-gate-cfg-target-has-atomic.rs:82:10 |
115 | 115 | |
|
116 | 116 | LL | cfg!(target_has_atomic = "32");
|
117 | 117 | | ^^^^^^^^^^^^^^^^^^^^^^^^
|
118 | 118 | |
|
119 | 119 | = help: add #![feature(cfg_target_has_atomic)] to the crate attributes to enable
|
120 | 120 |
|
121 | 121 | error[E0658]: `cfg(target_has_atomic)` is experimental and subject to change (see issue #32976)
|
122 |
| - --> $DIR/feature-gate-cfg-target-has-atomic.rs:82:10 |
| 122 | + --> $DIR/feature-gate-cfg-target-has-atomic.rs:84:10 |
123 | 123 | |
|
124 | 124 | LL | cfg!(target_has_atomic = "64");
|
125 | 125 | | ^^^^^^^^^^^^^^^^^^^^^^^^
|
126 | 126 | |
|
127 | 127 | = help: add #![feature(cfg_target_has_atomic)] to the crate attributes to enable
|
128 | 128 |
|
129 | 129 | error[E0658]: `cfg(target_has_atomic)` is experimental and subject to change (see issue #32976)
|
130 |
| - --> $DIR/feature-gate-cfg-target-has-atomic.rs:84:10 |
| 130 | + --> $DIR/feature-gate-cfg-target-has-atomic.rs:86:10 |
131 | 131 | |
|
132 | 132 | LL | cfg!(target_has_atomic = "128");
|
133 | 133 | | ^^^^^^^^^^^^^^^^^^^^^^^^^
|
134 | 134 | |
|
135 | 135 | = help: add #![feature(cfg_target_has_atomic)] to the crate attributes to enable
|
136 | 136 |
|
137 | 137 | error[E0658]: `cfg(target_has_atomic)` is experimental and subject to change (see issue #32976)
|
138 |
| - --> $DIR/feature-gate-cfg-target-has-atomic.rs:86:10 |
| 138 | + --> $DIR/feature-gate-cfg-target-has-atomic.rs:88:10 |
139 | 139 | |
|
140 | 140 | LL | cfg!(target_has_atomic = "ptr");
|
141 | 141 | | ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
0 commit comments