Closed
Description
rustc: rustc 1.31.0-nightly (423d81098 2018-10-08)
cargo cargo 1.31.0-nightly (ad6e5c003 2018-09-28)
maud: 0.18.1
On the current Nightly the maud_macro crate failes to compile due to a renamed feature:
error[E0557]: feature has been removed
--> /home/byte/.cargo/registry/src/github.jpy.wang-1ecc6299db9ec823/maud_macros-0.18.1/src/lib.rs:2:12
|
2 | #![feature(proc_macro_non_items)]
| ^^^^^^^^^^^^^^^^^^^^
|
note: subsumed by `#![feature(proc_macro_hygiene)]`
--> /home/byte/.cargo/registry/src/github.jpy.wang-1ecc6299db9ec823/maud_macros-0.18.1/src/lib.rs:2:12
|
2 | #![feature(proc_macro_non_items)]
| ^^^^^^^^^^^^^^^^^^^^