]> git.lizzy.rs Git - rust.git/commit
Auto merge of #34658 - luqmana:34592-nested_returns, r=eddyb
authorbors <bors@rust-lang.org>
Thu, 7 Jul 2016 12:46:57 +0000 (05:46 -0700)
committerGitHub <noreply@github.com>
Thu, 7 Jul 2016 12:46:57 +0000 (05:46 -0700)
commit9c1783a3a0bff2bdc4992769d2bb2f12bc728477
treeb3bbb0e26d8f0ca180c209627be2f43aa4722c25
parenta7f5d8a2ef56dca21ff4df3f88fa0436e32de643
parentfd3b4646cc505dad8ecf97fe0bb541b058a981ce
Auto merge of #34658 - luqmana:34592-nested_returns, r=eddyb

Just pass in NodeId to FunctionContext::new instead of looking it up.

Fixes #34592.