-
-
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
Unresolved import when trying to use impl_header! #323
Comments
Tried against master? I think a fix for this was merged in this morning (so On Tue, Feb 17, 2015, 12:34 PM maximih notifications@github.com wrote:
|
Seems parts of it was fixed on master but there is one issue left (check
|
I'm getting the exact same issue. Also tried against master, resulting in the same partial fix |
This adds a $crate variable missed by de1be67 Closes hyperium#323
I am trying to implement a custom HTTP header using impl_header macro from hyper crate but it seems it cannot resolve the hyper::header module.
Here is my code:
And here is the compiler error:
The text was updated successfully, but these errors were encountered: