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](2207179a59/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-03-14 09:54:42 +08:00
2024-05-15 13:17:11 -05:00
2024-04-24 13:12:33 +01:00
2024-04-24 13:12:33 +01:00
2024-04-22 18:48:47 +02:00
2024-03-14 17:34:57 +01:00