-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Closed
Labels
P-lowLow priorityLow priority
Description
There's probably a few/many attributes the compiler supports that we do not wish to stabilise at 1.0, but it may be hard to catch them all. We could have a whitelist of attributes that every attribute access is checked against, emitting an error if it is not in the whitelist and the feature gate (e.g. non_whitelisted_attributes
) is not enabled.
Metadata
Metadata
Assignees
Labels
P-lowLow priorityLow priority