Revert "Implement Debug for C-like enums with a concatenated string" - #162164
Revert "Implement Debug for C-like enums with a concatenated string"#162164nnethercote wants to merge 1 commit into
Conversation
|
r? @davidtwco rustbot has assigned @davidtwco. Use Why was this reviewer chosen?The reviewer was selected based on:
|
|
|
As mentioned in the libs meeting, I kind of consider the debug macros to be a weird edge case and mostly a libs thing even though they're part of the compiler, but I'm not going to bikeshed that particular issue in general. That said, since major ecosystem breakage is mostly a non-starter for changes like this, I'm going to say it's okay for me to review this and give it my approval. We do probably still want this, but it's going to have to be done in a way that doesn't break existing crates, whether that's via an edition or some extra work on verifying the result of the macro evaluation. r=me, pending the merge commit fix + CI passing. r? clarfonthey |
From #155452.
Fixes #162124.