File tree 2 files changed +0
-15
lines changed
2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -396,11 +396,6 @@ passes_invalid_attr_at_crate_level =
396
396
passes_invalid_attr_at_crate_level_item =
397
397
the inner attribute doesn't annotate this { $kind }
398
398
399
- passes_invalid_deprecation_version =
400
- invalid deprecation version found
401
- .label = invalid deprecation version
402
- .item = the stability attribute annotates this item
403
-
404
399
passes_invalid_macro_export_arguments = `{ $name } ` isn't a valid `#[macro_export]` argument
405
400
406
401
passes_invalid_macro_export_arguments_too_many_items = `#[macro_export]` can only take 1 or 0 arguments
Original file line number Diff line number Diff line change @@ -1524,16 +1524,6 @@ pub struct CannotStabilizeDeprecated {
1524
1524
pub item_sp : Span ,
1525
1525
}
1526
1526
1527
- #[ derive( Diagnostic ) ]
1528
- #[ diag( passes_invalid_deprecation_version) ]
1529
- pub struct InvalidDeprecationVersion {
1530
- #[ primary_span]
1531
- #[ label]
1532
- pub span : Span ,
1533
- #[ label( passes_item) ]
1534
- pub item_sp : Span ,
1535
- }
1536
-
1537
1527
#[ derive( Diagnostic ) ]
1538
1528
#[ diag( passes_missing_stability_attr) ]
1539
1529
pub struct MissingStabilityAttr < ' a > {
You can’t perform that action at this time.
0 commit comments