-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I define very complex routes with axum web framework, the compilation time increases a lot #88322
Comments
Related to #87924 (which was closed, because a workaround in Axum was introduced - workaround that solved the issue only partially it seems.) Related Axum issue: tokio-rs/axum#200 |
I am having similar issues while using Axum. Running the compiler with
and your provided example shows similar results:
|
We're having a similar issue with a rather large crate constructing a lot of diesel queries (~500):
Since these passes are also present in cargo check, this makes getting feedback on a minor code change very slow, dramatically increasing development time. |
Is this resolved by #90996 (comment) or something else? |
Can we know what closes this? (Because we are still hitting our similar issue) |
When I define very complex routes with axum web framework, the compilation time increases a lot. This should be rustc's problem.
Example: https://github.com/paulzhang5511/axum-compile-slow
Meta
The text was updated successfully, but these errors were encountered: