]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Rollup merge of #89922 - JohnTitor:update-e0637, r=jackh726
authorYuki Okushi <jtitor@2k36.org>
Fri, 22 Oct 2021 10:42:46 +0000 (19:42 +0900)
committerGitHub <noreply@github.com>
Fri, 22 Oct 2021 10:42:46 +0000 (19:42 +0900)
commit327d8073e2a7939e12676940fc4847ca78be3f84
tree6dfca2ce9d053e49a35d04939e9e8091d334ba1e
parent91fb223f5913ff44902e818c8d26b6bf06e666b6
parent43330916251221764c28e6bc650f01be8713b79b
Rollup merge of #89922 - JohnTitor:update-e0637, r=jackh726

Update E0637 description to mention `&` w/o an explicit lifetime name

Deal with https://github.com/rust-lang/rust/issues/89824#issuecomment-941598647. Another solution would be splitting the error code into two as (I think) it's a bit unclear to users why they have the same error code.