//! Error utilities for sqlx-data-macros
//!
//! This module provides error conversion utilities specific to the macro context,
//! keeping the core module clean and focused.
use ParserError;
/// Convert any error to syn::Error for proc-macro error reporting
/// Helper to create SQL parsing errors
/// Helper function to convert core error to syn error - used with map_err