1 2 3 4 5 6 7 8
//! Internal implementation for oxide-generation-macros. //! //! This module is imported by both the proc macro and by snapshot tests. mod error_store; mod imp; pub use imp::*;