HN Top New Show Ask Jobs

settings

Theme

Hand Mode

Feed

Comment by Philpax

Comment by Philpax 6 days ago

0 replies

View on Hacker News

It can invoke procedural macros, but those macros need to be built by something, and rustc won't do that by itself: https://blog.jetbrains.com/rust/2022/07/07/procedural-macros...

I still think it's very not good that proc macros have full access to your system, but `rustc` alone cannot build a hostile macro as part of building some code that depends upon it.