mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
32dc3936a0
Fix `Result` and `Option` not getting a jump to def link generated It was just because we didn't store the "span" in the `PreludeTy` variant. r? ``@notriddle``