pub fn duplicate_attribute<E: From<ParseError>>( attribute_name: &str, duplicate_range: Range<usize>, existing_range: Range<usize>, errors: &mut Vec<E>, )
Raise a Duplicate attribute error
Duplicate attribute