Skip to content

Fix generated code with rust_2018_idioms#436

Merged
stepancheg merged 1 commit into
stepancheg:masterfrom
nickbp:patch-1
Aug 1, 2019
Merged

Fix generated code with rust_2018_idioms#436
stepancheg merged 1 commit into
stepancheg:masterfrom
nickbp:patch-1

Conversation

@nickbp

@nickbp nickbp commented Jul 31, 2019

Copy link
Copy Markdown
Contributor

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
Copy Markdown
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