]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #103757 - ffmancera:ff/clarify_E0207, r=jackh726
authorDylan DPC <99973273+Dylan-DPC@users.noreply.github.com>
Mon, 7 Nov 2022 13:05:23 +0000 (18:35 +0530)
committerGitHub <noreply@github.com>
Mon, 7 Nov 2022 13:05:23 +0000 (18:35 +0530)
commit408b8cf7c4890ec2de3b3edb6c383886a241bdd0
tree2e43d2ee67f2b15714ff365586ea2db07363f47f
parentca08a3265511d3b0c2f3c3cf06e7acc10b73a5ce
parent2159df22a287a024e194d83763c67fbcfd001150
Rollup merge of #103757 - ffmancera:ff/clarify_E0207, r=jackh726

Mention const and lifetime parameters in error E0207

Error Index for E0207 must mention const and lifetime parameters. In addition, add code examples for these situations.

Fixes #80862