1
Fork 0

Store 'since' attribute as parsed Version

This commit is contained in:
David Tolnay 2023-10-23 21:59:22 -07:00
parent 151256bd4b
commit f2ae7b55ae
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
4 changed files with 50 additions and 53 deletions

View file

@ -402,11 +402,6 @@ passes_invalid_macro_export_arguments = `{$name}` isn't a valid `#[macro_export]
passes_invalid_macro_export_arguments_too_many_items = `#[macro_export]` can only take 1 or 0 arguments
passes_invalid_stability =
invalid stability version found
.label = invalid stability version
.item = the stability attribute annotates this item
passes_lang_item_fn_with_target_feature =
`{$name}` language item function is not allowed to have `#[target_feature]`
.label = `{$name}` language item function is not allowed to have `#[target_feature]`