use proc_macro2::TokenStream; use quote::{format_ident, quote}; use syn::{ parenthesized, parse::{Parse, ParseStream}, spanned::Spanned, Token, }; use crate::{ diagnostic::{DiagnosticConcreteArgs, DiagnosticDef}, fmt::{self, Display}, forward::WhichFn, utils::{display_pat_members, gen_all_variants_with}, }; pub struct Labels(Vec