-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Closed
Copy link
Labels
E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.T-releaseRelevant to the release subteam, which will review and decide on the PR/issue.Relevant to the release subteam, which will review and decide on the PR/issue.
Description
Pre-1.42, applying an attribute procedural macro to a module was disallowed with the following message:
error[E0658]: custom attributes cannot be applied to modules
...
= note: for more information, see https://github.com/rust-lang/rust/issues/54727
As an example, see this build using rust 1.34 that exhibits this.
From rust 1.42 and onward this error does not occur, however, this is not detailed in the release notes.
Metadata
Metadata
Assignees
Labels
E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.T-releaseRelevant to the release subteam, which will review and decide on the PR/issue.Relevant to the release subteam, which will review and decide on the PR/issue.