rust/src/libproc_macro
Alex Crichton a57b1fbd84 Tweak doc comment expansion
* Expand `!` tokens for inner doc comments
* Trim leading doc comment decoration in the string literal

Both of these should help bring the expansion inline with what `macro_rules!`
already does.

Closes #49655
Closes #49656
2018-04-04 14:34:54 -07:00
..
Cargo.toml Replace Rc with Lrc for shared data 2018-03-02 10:48:52 +01:00
diagnostic.rs Initial diagnostic API for proc-macros. 2017-08-28 02:58:22 -07:00
lib.rs Tweak doc comment expansion 2018-04-04 14:34:54 -07:00
quote.rs proc_macro: Reorganize public API 2018-04-02 13:48:34 -07:00