]> git.lizzy.rs Git - rust.git/commit
Auto merge of #1162 - RalfJung:track-fn-ptr, r=RalfJung
authorbors <bors@rust-lang.org>
Tue, 28 Jan 2020 21:57:00 +0000 (21:57 +0000)
committerbors <bors@rust-lang.org>
Tue, 28 Jan 2020 21:57:00 +0000 (21:57 +0000)
commit5e4be45838fd67885f6f4a8b65db6e7be3681b4a
tree59a9437c309bdd6214fe40b459c6692018f5e0e2
parentb5603edcf006b8182f15ad1baf79d49115f7def6
parent9f6df672381bdb0077a91ed785c80fef78eb8def
Auto merge of #1162 - RalfJung:track-fn-ptr, r=RalfJung

test track_caller with fn ptrs

Looks like we already use `ReifyShim` the right way, let's just make sure we test that!