spend half an hour trying to find any issue tracking "do not reformat my comments" with rustc. first one i find on the subject https://github.com/rust-lang/rustfmt/issues/6497#issuecomment-2711705405

Thanks for the report. I'm fairly certain this is a duplicate, but I can't find the issue right now

marks as duplicate regardless

@hipsterelectron this type of thing is why i added a status:possibly-resolved label for nushell
@132ikl i think the issue is more that it seems completely unmaintained
@132ikl i'm kind of a brat but i would feel kind of upset about having that slapped onto my issue as an external indicator even if it's technically a useful triage category. making it a dependency of a specific workstream would mean concluding the workstream means it's fixed or it gets conclusively determined not to be a duplicate
@132ikl nushell is a bigger project and has a lot of issues idk about though. i feel a formatter is a little less complex than a language and unfortunately has necessarily this extra emotional weight bc it's modifying your language
@132ikl i want to make a rust formatter now..........................
@132ikl i could see myself spiraling over this
@132ikl yeah i could see myself doing this
[Tracking] Comment preservation and formatting issues · Issue #6688 · rust-lang/rustfmt

Summary Rust allows both line comments (//) and block comments (/* */) to be placed between nearly any tokens in the syntax (e.g., pub(crate /* comment */), trait /* comment */ Name, pub // comment...

GitHub