summary refs log tree commit diff
path: root/src/libproc_macro/diagnostic.rs
AgeCommit message (Collapse)AuthorLines
2017-08-28Initial diagnostic API for proc-macros.Sergio Benitez-0/+134
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.