]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #60550 - skinny121:concrete_const_tests, r=varkor
authorMazdak Farrokhzad <twingoow@gmail.com>
Wed, 8 May 2019 22:58:25 +0000 (00:58 +0200)
committerGitHub <noreply@github.com>
Wed, 8 May 2019 22:58:25 +0000 (00:58 +0200)
commit59ff11393dc1b55ddd87ae717c052eaa17d3d3d3
tree4516c3fcfe02c898f6d865e132d42005bd60f0fa
parentcfed892cb37ef5f1dce29d2e38d3a2eb9f86bb53
parentbfa15f39888a514f1eb164e210cf5d85b33146e1
Rollup merge of #60550 - skinny121:concrete_const_tests, r=varkor

Add tests for concrete const types

In response to the request for help in https://github.com/rust-lang/rust/issues/44580#issuecomment-488819344, I have added several ui tests around the use of concrete const types, i.e. A<2>.

r? @varkor