rust/src/libproc_macro
Mark Simulacrum 2510116944 Rollup merge of #43098 - alexcrichton:more-proc-macro, r=jseyfried
Add `isize` and `usize` constructors to Literal

This commit fills out the remaining integer literal constructors on the
`proc_macro::Literal` type with `isize` and `usize`. (I think these were just
left out by accident)
2017-07-12 06:58:46 -06:00
..
Cargo.toml Implement quote! and other proc_macro API. 2017-06-26 02:06:26 +00:00
lib.rs Add isize and usize constructors to Literal 2017-07-06 15:20:01 -07:00
quote.rs Address review comments 2017-07-07 01:22:48 +03:00