mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
05c300144c
BTree: no longer define impossible casts Casts to leaf to internal only make sense when the original has a chance of being the thing it's cast to. r? `@Mark-Simulacrum`