emit icon indicating copy to clipboard operation
emit copied to clipboard

Unstable Issue Tracker

Open KodrAus opened this issue 4 years ago • 0 comments

  • #![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 for dyn Trait and made nightly only 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 empty enums~~

KodrAus avatar Jun 23 '21 04:06 KodrAus