]> git.lizzy.rs Git - rust.git/blob - src/test/pretty/block-comment-trailing-whitespace.rs
Merge commit '40dd3e2b7089b5e96714e064b731f6dbf17c61a9' into sync_cg_clif-2021-05-27
[rust.git] / src / test / pretty / block-comment-trailing-whitespace.rs
1 // compile-flags: --crate-type=lib
2
3 // pp-exact
4 fn f() {
5     /*
6     The next line should not be indented.
7
8     That one. It shouldn't have been indented.
9     */
10 }