]> git.lizzy.rs Git - rust.git/commit
rustdoc: Fix links to Box/Gc
authorAlex Crichton <alex@alexcrichton.com>
Fri, 25 Jul 2014 16:31:20 +0000 (09:31 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 25 Jul 2014 17:24:26 +0000 (10:24 -0700)
commit431622e1e202467e0ba61cdf2df7ceb501926547
tree0c6c396fab9f58dd9d33b7995b71af225272f5d9
parent15a727bba1b3a93d58c786460de6926c138d9507
rustdoc: Fix links to Box/Gc

These are lang items now, so the internal representations need to be
re-translated back to the original structures manually.

Closes #15185
Closes #15800
src/librustdoc/clean/mod.rs
src/librustdoc/html/format.rs