Closed
Description
- Go to https://doc.rust-lang.org/std/simd/type.u8x1.html#method.len
- Click on the usize return parameter
- The link goes here: https://doc.rust-lang.org/primitive.usize.html
This happens with other parameters. But if you go to the SIMD page through the prelude the link is not broken. Nor is it broken on the portable simd docs. There are other things broken, such as slices on the SIMD page as well. It is also on other SIMD types' documentation pages. I don't know the exact pattern though.
I expected to see this happen:
The link would be to this page: https://doc.rust-lang.org/std/primitive.usize.html
Instead, this happened:
The link is to this page: https://doc.rust-lang.org/primitive.usize.html
Basically it seems to not be inserting the "std" directory in the link.