Where is testing source for BTreeSet?

⚓ Rust    📅 2026-02-08    👤 surdeus    👁️ 6      

surdeus

This is a silly one, I feel stupid! The BTreeSet tests have this:

use crate::testing::crash_test::{CrashTestDummy, Panic};
use crate::testing::rng::DeterministicRng;

But I cannot find the source for the testing module. Where is it?

2 posts - 1 participant

Read full topic

🏷️ Rust_feed