]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #76599 - hameerabbasi:const-generics-revs, r=lcnr
authorRalf Jung <post@ralfj.de>
Sat, 12 Sep 2020 08:43:22 +0000 (10:43 +0200)
committerGitHub <noreply@github.com>
Sat, 12 Sep 2020 08:43:22 +0000 (10:43 +0200)
commit90c5b8fad576400cd0ad90bebc2b4aed1580d9ea
treef5a51f4aacf05723475fe0f042f2ad902b94ce5d
parent2477f070fca2cd75bb91d758d0016715ef140ec4
parent5e188f5803bdbfdf3ff000e8b7e266405531c8d7
Rollup merge of #76599 - hameerabbasi:const-generics-revs, r=lcnr

Finish off revisions for const generics UI tests.

This time it really does fix it. ðŸ˜… The only ones left are `min-and-full-same-time.rs`, which doesn't need it, and `array-impls/` which check the feature indirectly.

Fixes #75279.

r? @lcnr