]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #60742 - varkor:fn-const-array-parameter, r=eddyb
authorMazdak Farrokhzad <twingoow@gmail.com>
Tue, 28 May 2019 22:19:52 +0000 (00:19 +0200)
committerGitHub <noreply@github.com>
Tue, 28 May 2019 22:19:52 +0000 (00:19 +0200)
commitd85e256a874b6f1082ef6d51d81630f2f2fd2769
tree76d3bdabf1267e787462ac14364bc53579cc787e
parent721268583759224d0f6476e0b8b196cc8afbdea0
parent6233d1fee5df70258b02bb549967bc9319014081
Rollup merge of #60742 - varkor:fn-const-array-parameter, r=eddyb

Allow const parameters in array sizes to be unified

Fixes https://github.com/rust-lang/rust/issues/60632.
Fixes https://github.com/rust-lang/rust/issues/60744.
Fixes https://github.com/rust-lang/rust/pull/60923.
(The last commit should probably be viewed in isolation, as it just renames things from `type` to `kind`.)

r? @eddyb