• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1error: #[serde(tag = "...")] cannot be used with tuple variants
2 --> tests/ui/enum-representation/internal-tuple-variant.rs:6:5
3  |
46 |     Tuple(u8, u8),
5  |     ^^^^^^^^^^^^^
6