blob: 61edf360a13050ea6a570e471b735570e3902a37 [file] [log] [blame]
macro_rules! path {
($($path:tt)+) => {
::syn::parse_quote!($($path)+)
//stringify!($($path)+).parse().unwrap()
};
}