]> git.lizzy.rs Git - rust.git/commit
Merge #3933
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Fri, 10 Apr 2020 19:16:32 +0000 (19:16 +0000)
committerGitHub <noreply@github.com>
Fri, 10 Apr 2020 19:16:32 +0000 (19:16 +0000)
commitca9a5dd1654cc0d54ed5b2bb71ec8ed559470276
treebba0a2507861fd9c4e354283e2b2102532747e7e
parent773bb5173d3d54e6d19dfadd75c342c7acdce287
parent1b68c72fe93424213db895a4066eafb99dfdeac9
Merge #3933

3933: Fix accidently quadratic behavior when processing include! r=matklad a=matklad

This fixes the immediate problem behind #3927. It doesn't yet fix the deeper problem with `to_node` being quadratic (hence the test is ignored), but it is a good start anyway.

bors r+

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