rust/tests/pretty/block-comment-trailing-whit...

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

11 lines
163 B
Rust
Raw Normal View History

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