]> git.lizzy.rs Git - rust.git/commit
Merge #722
authorbors[bot] <bors[bot]@users.noreply.github.com>
Fri, 1 Feb 2019 07:54:32 +0000 (07:54 +0000)
committerbors[bot] <bors[bot]@users.noreply.github.com>
Fri, 1 Feb 2019 07:54:32 +0000 (07:54 +0000)
commit21c593593163c22b996f7c8bffe05b9708f5b2d0
tree7346c0bed5398138702c83aafff7ee6752e821ab
parent9d3f4624e1a83eb945f4df6427fc650356ea77fa
parentde85f1e94740d9a19066f7fda2e57d26973e472c
Merge #722

722: remove hard-coded support for ctry macro r=matklad a=matklad

It was used mainly to prevent HirFileId infra from bitroting, but the
`vec![]` macro can serve that just as well!

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>