@@ -119,7 +119,7 @@ declare_features! (
119
119
// feature-group-start: internal feature gates
120
120
// -------------------------------------------------------------------------
121
121
122
- // no tracking issue START
122
+ // no- tracking- issue-start
123
123
124
124
// Allows using the `rust-intrinsic`'s "ABI".
125
125
( active, intrinsics, "1.0.0" , None , None ) ,
@@ -152,7 +152,7 @@ declare_features! (
152
152
// lets a function to be `const` when opted into with `#![feature(foo)]`.
153
153
( active, rustc_const_unstable, "1.0.0" , None , None ) ,
154
154
155
- // no tracking issue END
155
+ // no- tracking- issue-end
156
156
157
157
// Allows using `#[link_name="llvm.*"]`.
158
158
( active, link_llvm_intrinsics, "1.0.0" , Some ( 29602 ) , None ) ,
@@ -187,25 +187,25 @@ declare_features! (
187
187
// Allows using `box` in patterns (RFC 469).
188
188
( active, box_patterns, "1.0.0" , Some ( 29641 ) , None ) ,
189
189
190
- // no tracking issue START
190
+ // no- tracking- issue-start
191
191
192
192
// Allows using `#[prelude_import]` on glob `use` items.
193
193
( active, prelude_import, "1.2.0" , None , None ) ,
194
194
195
- // no tracking issue END
195
+ // no- tracking- issue-end
196
196
197
197
// Allows using `#[unsafe_destructor_blind_to_params]` (RFC 1238).
198
198
( active, dropck_parametricity, "1.3.0" , Some ( 28498 ) , None ) ,
199
199
200
- // no tracking issue START
200
+ // no- tracking- issue-start
201
201
202
202
// Allows using `#[omit_gdb_pretty_printer_section]`.
203
203
( active, omit_gdb_pretty_printer_section, "1.5.0" , None , None ) ,
204
204
205
205
// Allows using the `vectorcall` ABI.
206
206
( active, abi_vectorcall, "1.7.0" , None , None ) ,
207
207
208
- // no tracking issue END
208
+ // no- tracking- issue-end
209
209
210
210
// Allows using `#[structural_match]` which indicates that a type is structurally matchable.
211
211
( active, structural_match, "1.8.0" , Some ( 31434 ) , None ) ,
@@ -219,7 +219,7 @@ declare_features! (
219
219
// Allows declaring with `#![needs_panic_runtime]` that a panic runtime is needed.
220
220
( active, needs_panic_runtime, "1.10.0" , Some ( 32837 ) , None ) ,
221
221
222
- // no tracking issue START
222
+ // no- tracking- issue-start
223
223
224
224
// Allows identifying the `compiler_builtins` crate.
225
225
( active, compiler_builtins, "1.13.0" , None , None ) ,
@@ -242,7 +242,7 @@ declare_features! (
242
242
// Allows using the `format_args_nl` macro.
243
243
( active, format_args_nl, "1.29.0" , None , None ) ,
244
244
245
- // no tracking issue END
245
+ // no- tracking- issue-end
246
246
247
247
// Added for testing E0705; perma-unstable.
248
248
( active, test_2018_feature, "1.31.0" , Some ( 0 ) , Some ( Edition :: Edition2018 ) ) ,
0 commit comments