Closed
Description
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `Unique<(dyn scheduled_thread_pool::thunk::Invoke + Send + 'static)>: Send`
[INFO] [stdout] --> http/src/routes.rs:219:10
[INFO] [stdout] |
[INFO] [stdout] 219 | .or(warp::path!("api" / "users" / Uuid / "permissions")
[INFO] [stdout] | ^^
[INFO] [stdout] |
[INFO] [stdout] = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`http`)
[INFO] [stdout] note: required because it appears within the type `Box<(dyn scheduled_thread_pool::thunk::Invoke + Send + 'static)>`
note: if the relevant team already accepted this breakage then this issue can be closed