The Procedural Macros docs does not mention how to create an unsafe attribute #1739
Labels
A-attributes
Area: Attributes
Language Cleanup
Improvements to existing language which is correct but not clear, or missing examples, or the like.
I'm migrating my code to 2024 edition and one of my
proc_macro_attribute
generate an unsafe attribute. I do like to make my attribute unsafe but can't find any information how to do this in https://doc.rust-lang.org/reference/procedural-macros.html.The text was updated successfully, but these errors were encountered: