emit
emit copied to clipboard
Unstable Issue Tracker
#![feature(stmt_expr_attributes)]: https://github.com/rust-lang/rust/issues/15701 used for#[emit::as_*]attributes#![feature(proc_macro_hygiene)]: https://github.com/rust-lang/rust/issues/54727 used for#[emit::as_*]attributes- ~~
#![feature(min_specialization)]: https://github.com/rust-lang/rust/issues/31844 used to capture values. Could possibly be removed fordyn Traitand madenightlyonly if it doesn't change the set of accepted values~~ - ~~
#![feature(extern_types)]: https://github.com/rust-lang/rust/issues/43467 could be replaced by emptyenums~~