]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #96603 - Alexendoo:const-generics-tests, r=Mark-Simulacrum
authorYuki Okushi <jtitor@2k36.org>
Thu, 5 May 2022 01:20:32 +0000 (10:20 +0900)
committerGitHub <noreply@github.com>
Thu, 5 May 2022 01:20:32 +0000 (10:20 +0900)
commit1318d943a59f32c2cc3b4413062bed8fec058fb8
tree68de6e76265b9dc46cbc8104cad8bc3b8a7f2221
parent4c60a0ea5b2385d7400df9db1ad04e96f2a4c154
parent0571157a2662ca7540ad8af0e1dc9512016bd6c6
Rollup merge of #96603 - Alexendoo:const-generics-tests, r=Mark-Simulacrum

Enable full revision in const generics ui tests

The ICEs no longer occur since https://github.com/rust-lang/rust/pull/95776 so the revisions can be reenabled

Also adds some regression tests for issues that no longer ICE because of it

closes #77357
closes #78180
closes #83993