pub(super) fn build_suggestion_code(
code_field: &Ident,
nested: ParseNestedMeta<'_>,
fields: &impl HasFieldMap,
allow_multiple: AllowMultipleAlternatives,
) -> TokenStreamExpand description
Constructs the format!() invocation(s) necessary for a #[suggestion*(code = "foo")] or
#[suggestion*(code("foo", "bar"))] attribute field