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
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:
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: