]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Rollup merge of #63076 - RalfJung:miri-fn-ptr-alloc-size, r=oli-obk
authorMazdak Farrokhzad <twingoow@gmail.com>
Mon, 29 Jul 2019 00:10:55 +0000 (02:10 +0200)
committerGitHub <noreply@github.com>
Mon, 29 Jul 2019 00:10:55 +0000 (02:10 +0200)
commit5922a1916bae66a80acc8aacf28e6aa1743a8dce
tree50b8ebb4a6cec84908075f586e79f8c8bc6941ae
parentb52a95dfb3be675fd3ca6536dc506df4b4263dfe
parent0e602f10b55da3b751859d862a8cddba719ecd6f
Rollup merge of #63076 - RalfJung:miri-fn-ptr-alloc-size, r=oli-obk

Miri: fix determining size of an "extra function" allocation

Fixes [a bug](https://github.com/rust-lang/miri/pull/862) introduced by https://github.com/rust-lang/rust/pull/62982. Best reviewed commit-by-commit.

r? @oli-obk