mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
8be132e9d7
This commit introduces the ability to create and emit `Diagnostic` structures from proc-macros, allowing for proc-macro authors to emit warning, error, note, and help messages just like the compiler does.