@@ -199,9 +199,6 @@ declare_features! (
199
199
200
200
// no-tracking-issue-end
201
201
202
- // Allows using `#[unsafe_destructor_blind_to_params]` (RFC 1238).
203
- ( active, dropck_parametricity, "1.3.0" , Some ( 28498 ) , None ) ,
204
-
205
202
// no-tracking-issue-start
206
203
207
204
// Allows using `#[omit_gdb_pretty_printer_section]`.
@@ -641,6 +638,8 @@ declare_features! (
641
638
( removed, extern_in_paths, "1.33.0" , Some ( 55600 ) , None ,
642
639
Some ( "subsumed by `::foo::bar` paths" ) ) ,
643
640
( removed, quote, "1.33.0" , Some ( 29601 ) , None , None ) ,
641
+ // Allows using `#[unsafe_destructor_blind_to_params]` (RFC 1238).
642
+ ( removed, dropck_parametricity, "1.38.0" , Some ( 28498 ) , None , None ) ,
644
643
645
644
// -------------------------------------------------------------------------
646
645
// feature-group-end: removed features
@@ -1447,15 +1446,6 @@ pub const BUILTIN_ATTRIBUTES: &[BuiltinAttribute] = &[
1447
1446
cfg_fn ! ( omit_gdb_pretty_printer_section)
1448
1447
)
1449
1448
) ,
1450
- ( sym:: unsafe_destructor_blind_to_params,
1451
- Normal ,
1452
- template ! ( Word ) ,
1453
- Gated ( Stability :: Deprecated ( "https://github.com/rust-lang/rust/issues/34761" ,
1454
- Some ( "replace this attribute with `#[may_dangle]`" ) ) ,
1455
- sym:: dropck_parametricity,
1456
- "unsafe_destructor_blind_to_params has been replaced by \
1457
- may_dangle and will be removed in the future",
1458
- cfg_fn ! ( dropck_parametricity) ) ) ,
1459
1449
( sym:: may_dangle,
1460
1450
Normal ,
1461
1451
template ! ( Word ) ,
0 commit comments