mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 17:10:37 +00:00
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