http://manishearth.github.io/rust-internals-docs/rustc/middle/ty/ If you click on the `BuiltinBound` in pub use `self::sty::BuiltinBound::Send as BoundSend;`, you're taken to http://manishearth.github.io/rust-internals-docs/rustc/middle/ty/sty/BuiltinBound/index.html instead of http://manishearth.github.io/rust-internals-docs/rustc/middle/ty/enum.BuiltinBound.html. Also the `sty` link is broken, probably due to privacy.
http://manishearth.github.io/rust-internals-docs/rustc/middle/ty/
If you click on the
BuiltinBoundin pub useself::sty::BuiltinBound::Send as BoundSend;, you're taken to http://manishearth.github.io/rust-internals-docs/rustc/middle/ty/sty/BuiltinBound/index.html instead of http://manishearth.github.io/rust-internals-docs/rustc/middle/ty/enum.BuiltinBound.html.Also the
stylink is broken, probably due to privacy.