opened 01:30PM - 16 Dec 25 UTC
T-rustdoc
C-bug
needs-triage
The latest nightly version of the standard library docs does not seem to have so…urce links any more:
https://doc.rust-lang.org/nightly/std/any/struct.TypeId.html#method.of
vs
https://doc.rust-lang.org/beta/std/any/struct.TypeId.html#method.of
I hope that's some kind of accident, I use these source links all the time to figure out where stuff is implemented. :)