Aaron Hill
Aaron Hill
@craterbot check
Unfortunately, one of the regressions is in the unmaintained crate https://github.com/MaikKlein/enumflags
cc @petrochenkov - I'm not sure how you'd like to move forward with this. We could try to move people off https://github.com/MaikKlein/enumflags before we remove the hack, but that would...
@crlf0710 I think that would be reasonable. While this could theoretically break some 2018 edition code in the presence of a sufficiently weird proc-macro (e.g. a proc-macro which marks the...
@craterbot check
cc @rust-lang/compiler This PR removes a backwards-compatibility hack that was added four years ago in https://github.com/rust-lang/rust/pull/51952. Currently, we accept code like this: ```rust // proc-macro crate #[proc_macro_derive(AnswerFn)] pub fn derive_answer_fn(_item:...
cc @nagisa @estebank @nikomatsakis @pnkfelix for review and checkboxes
r? @petrochenkov
The root of the issue is [here](https://github.com/hsyyid/EssentialCmds/blob/b7a09192bf27bd7068f0e2d5601ace195b0cec34/src/main/java/io/github/hsyyid/essentialcmds/cmdexecutors/MuteExecutor.java#L56-L63). When a temp mute is created, the duration information is only used to create a delayed task - it's not stored anywhere. When...