]> git.lizzy.rs Git - rust.git/commit
Auto merge of #37918 - flodiebold:separate-bodies, r=nikomatsakis
authorbors <bors@rust-lang.org>
Tue, 29 Nov 2016 14:50:38 +0000 (08:50 -0600)
committerGitHub <noreply@github.com>
Tue, 29 Nov 2016 14:50:38 +0000 (08:50 -0600)
commitf50dbd580f3d5d88a300da540db3c85164bfd0de
treee33816de38e0bf1ddf1c0932acfaa217559c2755
parent5de15be5ec9144f6701c8de606fdf83c6eefefef
parent593b2736598f3e08bb7636615e52e1f76a2f2da5
Auto merge of #37918 - flodiebold:separate-bodies, r=nikomatsakis

Separate function bodies from their signatures in HIR

Also give them their own dep map node.

I'm still unhappy with the handling of inlined items (1452edc1), but maybe you have a suggestion how to improve it.

Fixes #35078.

r? @nikomatsakis