Skip to content

Search result links on http://doc.rust-lang.org sometimes 404 #20096

Closed
@carols10cents

Description

@carols10cents

I'm not exactly sure what's going wrong here, but this is what I did:

This appears to be isolated to the regex, getopts, log, and time crates, I tried to reproduce this with every crate and I got 404s when doing the following searches on the following results, but not for results from the other crates:

  • search for replace, click on regex::Regex::replace (or any other regex::* result)
  • search for opts, click on getopts::getopts (or any other getopts::* result)
  • search for debug, click on log::DEBUG (or any other log::* result)
  • search for time, click on time::Tm::asctime (or any other time::* result)

What's weird is if I try to reproduce this locally by doing:

  • cd to my rust checkout
  • $ open doc/std/index.html
  • Search for replace
  • Click on the result for regex::Regex::replace, which goes to file://[my rust checkout]/doc/regex/enum.Regex.html#method.replace
  • This works fine! I see the doc page I expect!

I also found these other cases of 404s, which might be separate issues-- I'm happy to file them if someone agrees:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions