There's the old documentation for libcore under the `static` subdomain http://static.rust-lang.org/doc/core/index.html and also old documentation under the `dl` subdomain http://dl.rust-lang.org/doc/tutorial-ffi.html It would be nice to purge these because they clutter search results, and occasionally people ask about them.
Activity
thestinger commentedon Jul 20, 2013
Another set of them:
http://static.rust-lang.org/doc/core/files/str-rs.html
thestinger commentedon Sep 9, 2013
The documentation is also still there for old module paths, such as http://static.rust-lang.org/doc/std/dbg.html
thestinger commentedon Sep 12, 2013
cc @brson - ideally, the doc builder would clear these directories when uploading the replacements
brson commentedon Sep 18, 2013
Done.
huonw commentedon Sep 27, 2013
Still appears to be a bug:
alexcrichton commentedon Sep 27, 2013
This should be fixed by #9544
alexcrichton commentedon Sep 28, 2013
Yay! PR has been merged and buildbots have been upated, the old docs no longer exist.
Auto merge of rust-lang#7476 - flip1995:rustup, r=flip1995