Inner attributes not supported on all item types, including fn #1506
Labels
A-frontend
Area: Compiler frontend (errors, parsing and HIR)
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
While
mod { #[attr]; }
works,fn { #[attr]; }
does not. This style of attribute is very desirable for rustdoc.The text was updated successfully, but these errors were encountered: