• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1error: #[serde(other)] may not be used on a variant identifier
2 --> tests/ui/identifier/other_variant.rs:6:5
3  |
46 | /     #[serde(other)]
57 | |     Other,
6  | |_________^
7