commit | f583d9d1b3a0ae24fc5752ef8ebfbf94d0258b78 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Thu Jun 01 12:32:26 2017 -0700 |
committer | GitHub <noreply@github.com> | Thu Jun 01 12:32:26 2017 -0700 |
tree | 878f96ab0753a0b308005a6ba3c42b1d0b33e7b2 | |
parent | 8e976c610a772bf31aac0d5d358a1dd62d7b7d46 [diff] | |
parent | a202d5092409d8b79d663e6e1c30fadf0fbada9e [diff] |
Merge pull request #18 from alexcrichton/lifetime Disallow space between tick and lifetime name
A small shim over the proc_macro
crate intended to multiplex the current stable interface (as of 2017-05-19) and the upcoming richer interface.
The upcoming support has features like:
My hope is that libraries ported to proc_macro2
will be trivial to port to the real proc_macro
crate once the support on nightly is stabilize.
This crate is still very much a work in progress
proc-macro2
is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.
See LICENSE-APACHE, and LICENSE-MIT for details.