-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
debug!("Received request: {:#?}", hyp_req); #2662
Comments
Can you provide all of the information requested by the issue template? In particular, your compiler version. I believe this is some sort of bug in some rustc. Updating your compiler will probably resolve it. |
The CI also confirms that this is not an issue on any of the recent stable or nightly releases. Closing. |
I have the same issue trying to compile an application using rocket in a buildroot package (for embedded linux). We're currently on buildroot 2023.02.7, which ships rust 1.67.1 (see https://github.com/buildroot/buildroot/blob/2023.02.8/package/rust-bin/rust-bin.mk). In this context it is not always trivial to bump |
I'll see if there's something we can do to circumvent the rustc issue. In any case, this would be a change in |
I‘m run the sample of hello on v0,5, it shows:
The text was updated successfully, but these errors were encountered: