Macro path

Source
macro_rules! path {
    ($($part:expr),* $(,)?) => { ... };
}