]> git.lizzy.rs Git - rust.git/commit
Auto merge of #60280 - varkor:const-param-invariance, r=eddyb
authorbors <bors@rust-lang.org>
Wed, 1 May 2019 03:06:13 +0000 (03:06 +0000)
committerbors <bors@rust-lang.org>
Wed, 1 May 2019 03:06:13 +0000 (03:06 +0000)
commit834bd1959cc06bbae08e7de65f09f326d1702a95
treea49c75970bcecf92daaa468beb3c2ee7c2dbbb7c
parent96ee0ba59e12f5350e799ba724a58fd488a739f2
parentf024196dd5468aeb684ac7437dc51dbf84dab67d
Auto merge of #60280 - varkor:const-param-invariance, r=eddyb

Fix indexing issue for const parameter invariance

We were previously not taking account of the parent parameters.

r? @eddyb
cc @Zoxc