fn __reject_custom_compilefail()
Protect against re-rejecting a rejection.
fn with(r: warp::Rejection) { let _wat = warp::reject::custom(r); }