fn _path_macro_compile_fail()
warp::path!("foo" / .. / "bar");
warp::path!(.. / "bar");
warp::path!("foo" ..);
warp::path!("foo" / .. /);
warp::path!(..);