]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Rollup merge of #68302 - anp:caller-fn-ptr, r=eddyb,oli-obk
authorYuki Okushi <huyuumi.dev@gmail.com>
Mon, 20 Jan 2020 22:32:45 +0000 (07:32 +0900)
committerGitHub <noreply@github.com>
Mon, 20 Jan 2020 22:32:45 +0000 (07:32 +0900)
commit8d2bac8dff232f3e5ee3208c22865136a370ca72
treebfe5d992d0675376071b1ae4673e4b540aaa97cf
parentbff216c56f472dd751d3da636027d5e2d821e979
parent72dffac6cf170c6c16c043299e35848014aae8d4
Rollup merge of #68302 - anp:caller-fn-ptr, r=eddyb,oli-obk

Fix #[track_caller] and function pointers

Starting with failing tests, fix the miscompilation and ICE caused by `ReifyShim` bug.

Fixes #68178.