mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 23:03:06 +03:00
80953177ed
BTreeMap: complete the compile-time test_variance test case Some of the items added to the new `test_sync` belonged in the old `test_variance` as well. And fixed inconsistent paths to nearby modules. r? @Mark-Simulacrum