commit | e0d809e7e9f3022c3a86fb22dbaf1a05a10472ac | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sat Jun 03 09:41:46 2017 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Sat Jun 03 09:41:46 2017 -0700 |
tree | 6267b658e866693d3ab1f2422aa106f9c26af129 | |
parent | 041bcd4f98baf27af0b566d2abe8eeccdc3f8827 [diff] |
Test that Symbol is neither Send nor Sync
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.