]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #100490 - lcnr:wf-consts, r=jackh726
authorMichael Goulet <michael@errs.io>
Sat, 13 Aug 2022 21:10:13 +0000 (14:10 -0700)
committerGitHub <noreply@github.com>
Sat, 13 Aug 2022 21:10:13 +0000 (14:10 -0700)
wf: correctly `shallow_resolve` consts

`shallow_resolve` on `InferConst` is always a noop. this is mostly irrelevant as inference vars should already be resolved at most - if not all - call sites. Haven't actually looked too deeply into whether this was a problem.


Trivial merge