-
Notifications
You must be signed in to change notification settings - Fork 382
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
Code generator panics when bytes::Bytes are enabled #362
Comments
stepancheg
added a commit
that referenced
this issue
Dec 26, 2018
stepancheg
added a commit
that referenced
this issue
Dec 26, 2018
stepancheg
added a commit
that referenced
this issue
Dec 26, 2018
stepancheg
added a commit
that referenced
this issue
Dec 26, 2018
stepancheg
added a commit
that referenced
this issue
Dec 26, 2018
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using the following code generation snippet (from build.rs):
Cargo.toml contains under [dependencies] section:
protobuf = { version = "2.2", features = ["with-bytes"] }
This code panics with:
Is there anything missing?
The text was updated successfully, but these errors were encountered: