rust/tests/pretty/block-comment-trailing-whitespace2.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
176 B
Rust
Raw Normal View History

// compile-flags: --crate-type=lib
// pp-exact
2021-12-01 13:45:14 -06:00
fn f() {} /*
The next line should not be indented.
2021-12-01 13:45:14 -06:00
That one. It shouldn't have been indented.
*/