-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Closed
Labels
E-needs-bisectionCall for participation: This issue needs bisection: https://github.com/rust-lang/cargo-bisect-rustcCall for participation: This issue needs bisection: https://github.com/rust-lang/cargo-bisect-rustcT-typesRelevant to the types team, which will review and decide on the PR/issue.Relevant to the types team, which will review and decide on the PR/issue.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.
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
Metadata
Metadata
Assignees
Labels
E-needs-bisectionCall for participation: This issue needs bisection: https://github.com/rust-lang/cargo-bisect-rustcCall for participation: This issue needs bisection: https://github.com/rust-lang/cargo-bisect-rustcT-typesRelevant to the types team, which will review and decide on the PR/issue.Relevant to the types team, which will review and decide on the PR/issue.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.