You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was surprising to me because, according to https://rust-lang.github.io/rustfmt/#chain_width, the chain_width option is stable. However, it appears that the documentation for chain_width was only added a few days ago in f1a44c5, i.e. after the release from which my rustfmt was built.
To avoid this confusion, it would be great if the doc website did not just say Stable: yes on stable options, but something like Stable: since $VERSION or Stable: since $DATE.
The text was updated successfully, but these errors were encountered:
If you want to use chain_width today then you'll have to use rustfmt 2.0 and will have to build from source.
I'll add a note to these configuration pages to make that more clear, but the documentation of version/release specific config options is something we'll need to address as part of #4128 given the additional vectors.
I just saw this warning message:
This was surprising to me because, according to https://rust-lang.github.io/rustfmt/#chain_width, the
chain_width
option is stable. However, it appears that the documentation forchain_width
was only added a few days ago in f1a44c5, i.e. after the release from which my rustfmt was built.To avoid this confusion, it would be great if the doc website did not just say
Stable: yes
on stable options, but something likeStable: since $VERSION
orStable: since $DATE
.The text was updated successfully, but these errors were encountered: