Function warp::filters::path::_path_macro_compile_fail

source ·
fn _path_macro_compile_fail()
Expand description
warp::path!("foo" / .. / "bar");
warp::path!(.. / "bar");
warp::path!("foo" ..);
warp::path!("foo" / .. /);
warp::path!(..);