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
178 B
Rust
Raw Normal View History

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