Arbitrary@reddthat.com to Rust@programming.dev · 1 year agoRust Foundation Security Initiative Reportfoundation.rust-lang.orgexternal-linkmessage-square11fedilinkarrow-up130arrow-down10
arrow-up130arrow-down1external-linkRust Foundation Security Initiative Reportfoundation.rust-lang.orgArbitrary@reddthat.com to Rust@programming.dev · 1 year agomessage-square11fedilink
minus-squareRunAwayFrog@sh.itjust.workslinkfedilinkEnglisharrow-up1·1 year agoOh, we are calling proc-macro crates “compiler plugins”! I didn’t realize.
minus-squarekornel@lemmyrs.orglinkfedilinkEnglisharrow-up1·edit-21 year agoThey are dlopened by the rustc process. You can totally mess with it: https://nitter.net/m_ou_se/status/1368632701448818691
Oh, we are calling
proc-macro
crates “compiler plugins”! I didn’t realize.They are
dlopen
ed by the rustc process. You can totally mess with it: https://nitter.net/m_ou_se/status/1368632701448818691