1 unstable release
Uses old Rust 2015
0.1.0 | May 1, 2016 |
---|
#6 in #where
Used in 3 crates
28KB
706 lines
This crate contains a proof-of-concept implementation for the parse-generics-and-where
RFC. It requires the rustc
nightly from 2016-04-06.
As this is a proof-of-concept compiler plugin, you should avoid using this crate directly. Instead, you should use the stable parse-generics-shim
crate if possible. The macros in this plugin can be used by enabling the shim crate's use-parse-generics-poc
feature.