rust/src/libproc_macro
Alex Crichton 3e0ed2fc05 proc_macro: Explicitly make everything !Send/Sync
This commit adds explicit imp blocks to ensure that all publicly exported types
(except simple enums) are not `Send` nor `Sync` in the `proc_macro` crate.

cc #38356
2018-05-04 14:12:57 -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 proc_macro: Explicitly make everything !Send/Sync 2018-05-04 14:12:57 -07:00
quote.rs Change the hashcounts in raw `Lit` variants from usize to u16. 2018-04-12 20:12:42 +10:00