We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Rust 1.56 has had a regression in compile times that impacts axum. Some users have reported significantly worse compile times on 1.56.
I think the solution will be #393 but have to do some more testing before we can ship a release.
I will also open an issue for rustc (unless someone already has)
The text was updated successfully, but these errors were encountered:
I already reported it rust-lang/rust#89601 and was basically marked as duplicate, as there already is rust-lang/rust#89195
Sorry, something went wrong.
Fix compile time regression by boxing routes internally (#404)
0ee7379
This is a reimplementation of #401 but with the new matchit based router. Fixes #399
This bug is fixed in #404 and will be shipped in 0.3
Successfully merging a pull request may close this issue.
Rust 1.56 has had a regression in compile times that impacts axum. Some users have reported significantly worse compile times on 1.56.
I think the solution will be #393 but have to do some more testing before we can ship a release.
I will also open an issue for rustc (unless someone already has)
The text was updated successfully, but these errors were encountered: