-
Notifications
You must be signed in to change notification settings - Fork 898
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
rustfmt nightly feature in rustfmt stable help #4798
Comments
Thanks for sharing. Running That being said I'm open to any improvement that doesn't add too much complexity and happy to review a proposed change if anyone's up for a PR. This might be a good place to start for anyone interested Lines 433 to 445 in 0bd2b19
|
Mind if I give it a go? |
If you were asking me, then of course, please do! |
Hey folks, been looking at this a few evenings this week trying to wrap my head around it. Just a little bit confused about how the repo is managed; hope I haven't missed something simple... @calebcartwright I notice that snippet you pasted in your above comment is from the What is the |
Very fair question! I'd intentionally pointed you to the 1.4.37 branch because that's what should be targeted for working on this issue, though I should've stated it more explicitly. For now, please focus on that one and working with the existing code there. If afterwards you're interested in also targeting the unreleased 2.0 experiment then we can certainly talk through that as well. You may find #4801 somewhat illuminating on the topic of branches, but don't get bogged down in the variance and just focus on 1.x branch. Please let me know if you have any other questions |
Thanks for that! Yeah the first thing I did after cloning was go to that branch, but then I was getting errors when trying to compile (which turned out to be an issue completely on my side, don't worry...), and in the process of trying to understand those, I had switched to I'll stick with |
Just opened #4812, let me know if it needs any work! |
Closed via #4865 |
Describe the bug
Nightly
--file-lines
feature description has creeped into the stablerustfmt --help
. It is a minor thing but can be misleading. For example, the following description makes it seem like this is a valid option:To Reproduce
Expected behavior
When
--file-lines
option is applied, it is not recognised.Meta
The text was updated successfully, but these errors were encountered: