@@ -243,9 +243,6 @@ declare_features! (
243
243
// Allows using `#![needs_allocator]`, an implementation detail of `#[global_allocator]`.
244
244
( active, allocator_internals, "1.20.0" , None , None ) ,
245
245
246
- // Allows using the `format_args_nl` macro.
247
- ( active, format_args_nl, "1.29.0" , Some ( 0 ) , None ) ,
248
-
249
246
// no-tracking-issue-end
250
247
251
248
// Added for testing E0705; perma-unstable.
@@ -286,12 +283,6 @@ declare_features! (
286
283
// feature-group-start: actual feature gates
287
284
// -------------------------------------------------------------------------
288
285
289
- // Allows using `asm!` macro with which inline assembly can be embedded.
290
- ( active, asm, "1.0.0" , Some ( 29722 ) , None ) ,
291
-
292
- // Allows using the `concat_idents!` macro with which identifiers can be concatenated.
293
- ( active, concat_idents, "1.0.0" , Some ( 29599 ) , None ) ,
294
-
295
286
// Allows using the `#[link_args]` attribute.
296
287
( active, link_args, "1.0.0" , Some ( 29596 ) , None ) ,
297
288
@@ -307,12 +298,6 @@ declare_features! (
307
298
// Allows using `#[thread_local]` on `static` items.
308
299
( active, thread_local, "1.0.0" , Some ( 29594 ) , None ) ,
309
300
310
- // Allows using the `log_syntax!` macro.
311
- ( active, log_syntax, "1.0.0" , Some ( 29598 ) , None ) ,
312
-
313
- // Allows using the `trace_macros!` macro.
314
- ( active, trace_macros, "1.0.0" , Some ( 29598 ) , None ) ,
315
-
316
301
// Allows the use of SIMD types in functions declared in `extern` blocks.
317
302
( active, simd_ffi, "1.0.0" , Some ( 27731 ) , None ) ,
318
303
@@ -402,9 +387,6 @@ declare_features! (
402
387
// Allows `extern "x86-interrupt" fn()`.
403
388
( active, abi_x86_interrupt, "1.17.0" , Some ( 40180 ) , None ) ,
404
389
405
- // Allows module-level inline assembly by way of `global_asm!()`.
406
- ( active, global_asm, "1.18.0" , Some ( 35119 ) , None ) ,
407
-
408
390
// Allows overlapping impls of marker traits.
409
391
( active, overlapping_marker_traits, "1.18.0" , Some ( 29864 ) , None ) ,
410
392
0 commit comments