-
-
Notifications
You must be signed in to change notification settings - Fork 223
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
Template is unable to make Axum into_response #658
Comments
updating this with my test where i had to manually add in the into_response code. |
I suppose this could be another variant of #656? |
I have already found the fix. I am checking each source manually to make sure all the tests work then i will publish a PR for it. |
Sounds good, thanks! |
This was referenced Apr 4, 2022
this was resolved in the PR https://github.com/djc/askama/pull/662 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have everything set from the current git.
and This is my file thats having issues.
the macro output is
https://pastebin.com/dsmSqB5t
tried with both stable and nightly fully updated.
It is causing the error
which is further also causing
even if I remove the part erroring out and it compiles without error it still does not build the into_response.
thank you for looking into the issue. Makes me wounder if the cfg is not working.
If i manually implement 'IntoResponse' it works just fine. So this part missing when Generated is causing issues.
The text was updated successfully, but these errors were encountered: