Skip to content

JS exception trying to load implementors of trait #20681

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

Closed
sfackler opened this issue Jan 7, 2015 · 0 comments · Fixed by #20682
Closed

JS exception trying to load implementors of trait #20681

sfackler opened this issue Jan 7, 2015 · 0 comments · Fixed by #20682
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@sfackler
Copy link
Member

sfackler commented Jan 7, 2015

Uncaught TypeError: undefined is not a function      main.js:711

Looks like that line's calling startsWith on a string, which is way too new to be supported anywhere: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/startsWith

@sfackler sfackler added the T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. label Jan 7, 2015
@sfackler sfackler mentioned this issue Jan 7, 2015
sfackler added a commit to sfackler/rust that referenced this issue Jan 7, 2015
ECMAScript 6 isn't really supported anywhere

Closes rust-lang#20681
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant