rust/src/libproc_macro
Steve Klabnik 1375be833a Rollup merge of #46690 - mystor:pub_line_column, r=jseyfried
Expose the line and column fields from the proc_macro::LineColumn struct

Right now the `LineColumn` struct is pretty useless because the fields are private.

This patch just marks the fields as public, which seems like the easiest solution.
2017-12-15 09:26:58 -05:00
..
Cargo.toml Initial diagnostic API for proc-macros. 2017-08-28 02:58:22 -07:00
diagnostic.rs Initial diagnostic API for proc-macros. 2017-08-28 02:58:22 -07:00
lib.rs Rollup merge of #46690 - mystor:pub_line_column, r=jseyfried 2017-12-15 09:26:58 -05:00
quote.rs Rename Span::default -> Span::def_site. 2017-11-14 21:53:37 -08:00