You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue was labelled with: A-attributes, A-lint, B-RFC in the Rust repository
As of #8921, the compiler checks the attributes on structs, enum variants (not enums themselves) and functions. Definitely required: methods (#8961) and mods (#8962).
Up for discussion:
traits
enums
impls (both impl Type and impl Trait for Type)
struct fields
type aliases.
foreign fns
anything else that can take attributes in the ast
(Part of #6875.)
The text was updated successfully, but these errors were encountered:
Issue by huonw
Tuesday Sep 03, 2013 at 23:56 GMT
For earlier discussion, see rust-lang/rust#8967
This issue was labelled with: A-attributes, A-lint, B-RFC in the Rust repository
As of #8921, the compiler checks the attributes on structs, enum variants (not enums themselves) and functions. Definitely required: methods (#8961) and mods (#8962).
Up for discussion:
impl Type
andimpl Trait for Type
)type
aliases.(Part of #6875.)
The text was updated successfully, but these errors were encountered: