//! Keyword argument parsing for function-like procedural macros.
pub use MacroKeywordArgs;
pub use MacroKeywordArgs;
pub use MacroArg;
/// Combine multiple `syn` errors into a single error struct
///
/// Panics if the specified vector is empty.
///
/// NOTE: This is an internal implementation detail