-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Javascript error in rustdoc search #9981
Comments
Weirdly, search results still appear if I search for most things, but not for anything starting with "sle" like "sleep". |
This appears to be dying because of the This warrants more investigation... |
Note: checking '!== undefined' is unnecessary. Closes rust-lang#9981.
Update: seems like it's not for "any" keyword as the OP states; for example |
|
Happens to me too. |
|
The error happens when a trait is implemented on a type that is pruned by one of the passes ( #12195 fixes this. |
Don't lint `unnecessary_operation` in mixed macro contexts fixes rust-lang#9954 changelog: `unnecessary_operation`: Don't lint in mixed macro contexts.
Trying to search for anything on http://static.rust-lang.org/doc/master/std/index.html results in a Javascript error:
Uncaught TypeError: Cannot read property 'name' of undefined
on line 313 of main.js. I'm on Chrome 30.0.1599.101 if that matters.The text was updated successfully, but these errors were encountered: