Sign in
rust
/
rustfmt
/
refs/heads/main
/
.
/
tests
/
source
/
issue-5136-5.rs
blob: 0f836aa989fcc01d68fa1b4a484271db8f610e97 [
file
] [
edit
]
// rustfmt-file_lines: []
// Test that the space before the comment is not removed if the line is not
// contained in `--file-lines`.
// Note: It's important for the bug to repro that there is no newline at the
// end of the comment
fn
f
(){}
// what