Parsing of the following snippet is failing on Rust 1.30 beta: ``` #![cfg_attr(feature = "nightly", feature(plugin_registrar, rustc_private,quote,),)] ``` * [command-macros](https://crates.io/crates/command-macros) `0.1.11` regressed from stable to beta ([build log](https://crater-reports.s3.amazonaws.com/beta-1.30-1/beta-2018-09-19/reg/command-macros-0.1.11/log.txt)) cc @krdln cc @petrochenkov
Parsing of the following snippet is failing on Rust 1.30 beta:
0.1.11regressed from stable to beta (build log) cc @krdlncc @petrochenkov