Oh, sweet! I'm wondering how to best represent this... I have Iterator<Result<T,E>> and I want Result<Collection<T>,E> by collecting the result and propagating the first error? And then link to Iterator::collect? Samething for Option btw.
Your page falls foul of the Content Security Policy (CSP), with the following error message:
Content Security Policy: The page’s settings blocked the loading of a resource at inline (“script-src”). rust-combinators:37:1
When I security.csp.enable to false it works.
This is Firefox 63.0.3 (64-bit) on Linux. security.csp.enable is set to true by default. In fact, all settings with CSP as part of their name are set to their default value. I do block cookies and use uMatrix and uBlock origin, but I don't think this is relevant for this issue.
@starblue Feel free to file a bug report on GitHub.
However, I use that exact same browser on Linux with CSP enabled and have no issues. Since you are known to have a very unusual browsing setup, can you please check all your settings/plugins/extensions/etc. against a standard installation before reporting that something is broken?
You should view the error reports as a compliment, your site is important enough to care. Obviously there's a limit to how much effort I can put into that up front.
That said, it seems to be fixed now, without any change on my side.
Thanks to whoever did that.