Skip to content
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

Fix generated code with rust_2018_idioms #436

Merged
merged 1 commit into from
Aug 1, 2019
Merged

Fix generated code with rust_2018_idioms #436

merged 1 commit into from
Aug 1, 2019

Conversation

nickbp
Copy link
Contributor

@nickbp nickbp commented Jul 31, 2019

Fixes #435: "hidden lifetime parameters in types are deprecated" against generated code when rust_2018_idioms is enabled in a project.

With these fixes the sample in #435 was able to build. Did some looking around message.rs and didn't find any other cases of missing lifetime parameters.

Fixes #435: "hidden lifetime parameters in types are deprecated" against generated code when `rust_2018_idioms` is enabled in a project.
@stepancheg stepancheg merged commit 9ca79a4 into stepancheg:master Aug 1, 2019
@stepancheg
Copy link
Owner

Thank you!

PR against v2.8 branch is welcome (since the master is not going to be released soon).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rust_2018_idioms: build fails with "hidden lifetime parameters in types are deprecated"
2 participants