]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #81300 - ssomers:btree_cleanup_leak_tests, r=Mark-Simulacrum
authorYuki Okushi <huyuumi.dev@gmail.com>
Sun, 21 Feb 2021 06:26:36 +0000 (15:26 +0900)
committerGitHub <noreply@github.com>
Sun, 21 Feb 2021 06:26:36 +0000 (15:26 +0900)
commit3219a100fab579015d56411f5a50dcb7ff10f39d
treed7b2a0ace5e8380248e698e6133bf5e0343fc7fc
parenta31c16212d70fcae3ad9d073b00d883951e573ee
parent3e1d602a6b3ed491e2188176addf41a059c1ff02
Rollup merge of #81300 - ssomers:btree_cleanup_leak_tests, r=Mark-Simulacrum

BTree: share panicky test code & test panic during clear, clone

Bases almost all tests of panic on the same, richer definition, and extends it to cloning to test panic during clone.

r? ```@Mark-Simulacrum```