]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #37095 - petrochenkov:metactor, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 12 Oct 2016 06:36:29 +0000 (23:36 -0700)
committerGitHub <noreply@github.com>
Wed, 12 Oct 2016 06:36:29 +0000 (23:36 -0700)
Temporary fix for metadata decoding for struct constructors

Same as https://github.com/rust-lang/rust/pull/37078, but for nightly.
Ideally, metadata lookup functions should "just work" for constructor ids, but this fixes the issue as well.

Fixes https://github.com/rust-lang/rust/issues/37026
r? @alexcrichton


Trivial merge