Files
rust/compiler
Michael Goulet 00e5f5886a Rollup merge of #124460 - long-long-float:show-notice-about-enum-with-debug, r=pnkfelix
Show notice about  "never used" of Debug for enum

Close #123068

If an ADT implements `Debug` trait and it is not used, the compiler says a note that indicates intentionally ignored during dead code analysis as [this note](https://github.com/rust-lang/rust/blob/2207179a591f5f252885a94ab014dafeb6e8e9e8/tests/ui/lint/dead-code/unused-variant.stderr#L9).
However this node is not shown for variants that have fields in enum. This PR fixes to show the note.
2024-06-24 15:51:00 -04:00
..
2024-06-21 19:00:18 -04:00
2024-06-21 12:32:05 -04:00
2024-06-21 19:00:18 -04:00
2024-06-21 12:32:05 -04:00
2024-06-21 12:32:05 -04:00