We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
http://rust-lang.org redirects to http://www.rust-lang.org, which sometimes displays unknown domain: www.rust-lang.org instead of content. This happens on both Chrome and Firefox.
unknown domain: www.rust-lang.org
Full html:
<html> <head> <title> www.rust-lang.org</title> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-25770359-4']); _gaq.push(['_setDomainName', 'fastly.net']); _gaq.push(['_setAllowLinker', true]); _gaq.push(['_trackPageview', '/unknown/cache-l22-LON/www.rust-lang.org']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </head> <body> unknown domain: www.rust-lang.org</body></html>
The text was updated successfully, but these errors were encountered:
That is strange. Has this happened to anybody else. Is it still happening to you?
Has never happened to me.
Sorry, something went wrong.
@cmr says that this happened a bunch a few months ago, and was an S3 misconfiguration. Closing. We can reopen if it comes back.
It hasn't happened to me in a long time, no.
Auto merge of rust-lang#6656 - phansch:command-failed-print-stderr, r…
ed11274
…=flip1995 clippy_dev: Pass stderr to CommandFailed This improves error reporting when running `rustfmt` fails for some reason, as seen [on Zulip](https://rust-lang.zulipchat.com/#narrow/stream/257328-clippy/topic/Issue.20with.20rustfmt). It will now include the stderr output in the `CliError::CommandFailed` error. changelog: none
No branches or pull requests
http://rust-lang.org redirects to http://www.rust-lang.org, which sometimes displays
unknown domain: www.rust-lang.org
instead of content. This happens on both Chrome and Firefox.Full html:
The text was updated successfully, but these errors were encountered: