mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 21:16:27 +03:00
e1ff77d898
Fix jump to def link generation on primitive type associated methods Fixes rust-lang/rust#156707. Interestingly enough, the inference fails on primitive type, so instead I go around a bit by generating a `PrimitiveType` and then tweak a bit the `href` generation. r? @fmease