rust/src/test/ui-fulldeps/proc-macro
Sergio Benitez 8be132e9d7 Initial diagnostic API for proc-macros.
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.
2017-08-28 02:58:22 -07:00
..
auxiliary Initial diagnostic API for proc-macros. 2017-08-28 02:58:22 -07:00
three-equals.rs Initial diagnostic API for proc-macros. 2017-08-28 02:58:22 -07:00
three-equals.stderr Initial diagnostic API for proc-macros. 2017-08-28 02:58:22 -07:00