diff options
| author | Tyler Mandry <tmandry@gmail.com> | 2020-08-19 11:12:15 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-19 11:12:15 -0700 |
| commit | 672d009b0c9f5788275125c4993282d3d0ea6ec3 (patch) | |
| tree | 1e6793207ef752107fe373c577afacb2aa8a4d5e /src/test/rustdoc-ui/coverage/json.rs | |
| parent | 443e177c7f0f94fc85b0e13e076b21e9eac60189 (diff) | |
| parent | 7542615c21ad7fef1cbd160252ba1bf4b7b4289c (diff) | |
| download | rust-672d009b0c9f5788275125c4993282d3d0ea6ec3.tar.gz rust-672d009b0c9f5788275125c4993282d3d0ea6ec3.zip | |
Rollup merge of #75069 - lcnr:type-of-lazy-norm, r=varkor
move const param structural match checks to wfcheck fixes #75047 fixes #74950 We currently check for structural match violations inside of `type_of`. As we need to check the array length when checking if `[NonEq; arr_len]` is structural match, we potentially require the variance of an expression. Computing the variance requires `type_of` for all types though, resulting in a cycle error. r? @varkor @eddyb
Diffstat (limited to 'src/test/rustdoc-ui/coverage/json.rs')
0 files changed, 0 insertions, 0 deletions
