_path_macro_compile_fail

Function _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!(..);