]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #37797 - arielb1:inline-closure, r=michaelwoerister
authorbors <bors@rust-lang.org>
Sat, 19 Nov 2016 09:49:07 +0000 (01:49 -0800)
committerGitHub <noreply@github.com>
Sat, 19 Nov 2016 09:49:07 +0000 (01:49 -0800)
instantiate closures on demand

this should fix compilation with `-C codegen-units=4` - tested locally
with `RUSTFLAGS='-C codegen-units=4' ../x.py test`

r? @michaelwoerister


Trivial merge