Error retrieving configuration options for older versions on Config site #4429
Labels
bug
Panic, non-idempotency, invalid code, etc.
documentation
good first issue
Issues up for grabs, also good candidates for new rustfmt contributors
hacktoberfest
help wanted
To reproduce, go to the rustfmt configuration documentation site (https://rust-lang.github.io/rustfmt/) and change the version to v0.8.1 or v0.7, and observe the
Failed to get configuration options for this version, please select the version from the dropdown above.
message and empty option list.An ideal fix to this would identify and resolve the root cause of whatever is going on with this issue, although given how ancient the versions in question are (pre 1.0 release), it may be sufficient to just filter these out of the available version list.
Also worth noting (and bonus points for fixing 😄) the ``Failed to get configuration options....` error message remains on the page even after changing to a different version and the configuration options being successfully loaded
The text was updated successfully, but these errors were encountered: